diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 4a869e10dd8..b8bee954d0e 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -18563,7 +18563,7 @@ components: $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. + description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. nullable: true appRoles: type: array @@ -18588,13 +18588,13 @@ components: 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: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' + 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 string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' 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.' + 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.' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -18602,7 +18602,7 @@ components: 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 a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' + 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 a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' nullable: true keyCredentials: type: array @@ -18630,7 +18630,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicClientApplication' publisherDomain: type: string - description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain.' + description: The verified publisher domain for the application. Read-only. nullable: true requiredResourceAccess: type: array @@ -18656,6 +18656,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to an application as an alternative identifier. Immutable. Read-only. nullable: true web: $ref: '#/components/schemas/microsoft.graph.webApplication' @@ -18792,7 +18793,7 @@ components: nullable: true key: type: string - description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).' + description: Value for the key credential. Should be a base 64 encoded value. format: base64url nullable: true keyId: @@ -19538,7 +19539,7 @@ components: nullable: true signInAudience: type: string - description: Specifies what Microsoft accounts are supported for the associated application. Read-only. + description: 'Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' nullable: true tags: type: array @@ -19647,11 +19648,11 @@ components: $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' permissionId: type: string - description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. nullable: true permissionName: type: string - description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. + description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. nullable: true additionalProperties: type: object @@ -20605,7 +20606,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -21038,11 +21039,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index c7e0c0710c1..da9e445ccb5 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -2515,10 +2515,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 8d16f9968d2..394e9823cde 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -46388,15 +46388,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -46408,7 +46408,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -46631,7 +46631,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -46642,12 +46642,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -46681,7 +46681,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -46808,11 +46808,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -46888,10 +46888,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -47170,7 +47170,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: diff --git a/openApiDocs/beta/ChangeNotifications.yml b/openApiDocs/beta/ChangeNotifications.yml index d303fdcd0a9..2239fb64e52 100644 --- a/openApiDocs/beta/ChangeNotifications.yml +++ b/openApiDocs/beta/ChangeNotifications.yml @@ -268,14 +268,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -283,12 +283,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -312,10 +312,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.entity: diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index ea5251cab43..87019ab7508 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -2815,6 +2815,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -2827,6 +2828,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -2923,6 +2925,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -2935,6 +2938,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -2943,6 +2947,11 @@ paths: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + links: + meetingAttendanceReport: + operationId: communications.OnlineMeetings.GetMeetingAttendanceReport + parameters: + onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3100,6 +3109,105 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/communications/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport': + get: + tags: + - communications.onlineMeeting + summary: Get meetingAttendanceReport from communications + operationId: communications.onlineMeetings_GetMeetingAttendanceReport + parameters: + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - attendanceRecords + 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.meetingAttendanceReport' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - communications.onlineMeeting + summary: Update the navigation property meetingAttendanceReport in communications + operationId: communications.onlineMeetings_UpdateMeetingAttendanceReport + parameters: + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete navigation property meetingAttendanceReport for communications + operationId: communications.onlineMeetings_DeleteMeetingAttendanceReport + parameters: + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/communications/onlineMeetings/{onlineMeeting-id}/recording': get: tags: @@ -3587,6 +3695,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -3599,6 +3708,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -3710,6 +3820,7 @@ paths: - startDateTime - subject - videoTeleconferenceId + - meetingAttendanceReport type: string - name: $expand in: query @@ -3722,6 +3833,7 @@ paths: items: enum: - '*' + - meetingAttendanceReport type: string responses: '200': @@ -3730,6 +3842,12 @@ paths: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + links: + meetingAttendanceReport: + operationId: users.OnlineMeetings.GetMeetingAttendanceReport + parameters: + user-id: $request.path.user-id + onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3929,6 +4047,126 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport': + get: + tags: + - users.onlineMeeting + summary: Get meetingAttendanceReport from users + operationId: users.onlineMeetings_GetMeetingAttendanceReport + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - attendanceRecords + 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.meetingAttendanceReport' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.onlineMeeting + summary: Update the navigation property meetingAttendanceReport in users + operationId: users.onlineMeetings_UpdateMeetingAttendanceReport + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete navigation property meetingAttendanceReport for users + operationId: users.onlineMeetings_DeleteMeetingAttendanceReport + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: onlineMeeting-id + in: path + description: 'key: id of onlineMeeting' + required: true + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording': get: tags: @@ -4157,13 +4395,13 @@ components: 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: 'UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time type: $ref: '#/components/schemas/microsoft.graph.callRecords.callType' version: type: integer - description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version. + description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. format: int64 sessions: type: array @@ -4197,7 +4435,7 @@ components: 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: 'UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'UTC fime when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time segments: type: array @@ -4437,7 +4675,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' replacesCallId: type: string - description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added. + description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added. nullable: true additionalProperties: type: object @@ -4611,7 +4849,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -4720,6 +4958,20 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + additionalProperties: + type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' additionalProperties: type: object microsoft.graph.chatInfo: @@ -4728,7 +4980,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -4866,7 +5118,7 @@ components: nullable: true region: type: string - description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.' + description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.' nullable: true additionalProperties: type: object @@ -4899,13 +5151,13 @@ components: properties: observedParticipantId: type: string - description: The ID of the participant that is under observation. Read-only. + description: The id of the participant that is under observation. Read-only. nullable: true onBehalfOf: $ref: '#/components/schemas/microsoft.graph.identitySet' sourceParticipantId: type: string - description: The ID of the participant that triggered the incoming call. Read-only. + description: The id of the participant that triggered the incoming call. Read-only. nullable: true transferor: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -5073,7 +5325,7 @@ components: $ref: '#/components/schemas/microsoft.graph.modality' serverMuted: type: boolean - description: If the media is muted by the server. + description: Indicates whether the media is muted by the server. sourceId: type: string description: The source ID. @@ -5322,6 +5574,30 @@ components: $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.meetingParticipantInfo: title: meetingParticipantInfo type: object @@ -5829,6 +6105,28 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.onlineMeetingRole: title: onlineMeetingRole enum: diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index b075027d0d3..0b02e599819 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -6519,8 +6519,6 @@ paths: - lastModifiedBy desc - lastModifiedDateTime - lastModifiedDateTime desc - - tenantSources - - tenantSources desc type: string - name: $select in: query @@ -6541,7 +6539,6 @@ paths: - displayName - lastModifiedBy - lastModifiedDateTime - - tenantSources - additionalSources - addToReviewSetOperation - custodianSources @@ -6658,7 +6655,6 @@ paths: - displayName - lastModifiedBy - lastModifiedDateTime - - tenantSources - additionalSources - addToReviewSetOperation - custodianSources @@ -8822,7 +8818,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -8863,7 +8859,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -8936,13 +8932,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -8969,7 +8965,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -8987,11 +8983,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -9011,7 +9007,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -9042,12 +9038,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -9057,7 +9053,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -9066,7 +9062,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -9096,7 +9092,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -9349,8 +9345,6 @@ components: description: The last date and time the sourceCollection was modified. format: date-time nullable: true - tenantSources: - $ref: '#/components/schemas/microsoft.graph.ediscovery.tenantSources' additionalSources: type: array items: @@ -10046,7 +10040,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -10304,18 +10298,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -10358,15 +10357,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -10378,7 +10377,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -10576,7 +10575,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -10587,12 +10586,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -10801,8 +10800,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -10840,6 +10837,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.ediscovery.legalHoldStatus: @@ -10903,13 +10902,6 @@ components: - allCaseNoncustodialDataSources - unknownFutureValue type: string - microsoft.graph.ediscovery.tenantSources: - title: tenantSources - enum: - - allMailboxes - - allSites - - unknownFutureValue - type: string microsoft.graph.ediscovery.childSelectability: title: childSelectability enum: @@ -11067,30 +11059,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -11098,25 +11090,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -11124,7 +11116,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -11152,7 +11144,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -11162,7 +11154,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -11185,29 +11177,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -11215,59 +11207,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -11281,35 +11273,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -11317,7 +11309,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -11325,7 +11317,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -11337,12 +11329,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -11354,39 +11346,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -11421,7 +11413,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -11481,7 +11473,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -11505,7 +11497,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -11521,7 +11513,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -12230,14 +12222,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -12245,12 +12237,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -12274,10 +12266,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.contentTypeInfo: @@ -12392,6 +12384,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -12652,7 +12645,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -12689,11 +12682,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -12808,10 +12801,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -12964,7 +12957,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -13013,7 +13006,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -13066,14 +13059,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.teamDiscoverySettings: @@ -13134,7 +13127,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13196,99 +13189,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13453,6 +13353,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object odata.error.main: required: - code @@ -13499,12 +13492,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -13672,7 +13665,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -13708,7 +13701,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -14084,7 +14077,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -14201,7 +14194,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -14403,7 +14396,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -14529,11 +14522,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -14545,22 +14538,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -14575,7 +14568,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -14592,26 +14585,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -14623,13 +14616,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -14645,11 +14638,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -14660,18 +14653,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -14685,10 +14683,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -14696,7 +14694,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -14704,24 +14702,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -14734,11 +14732,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -14748,24 +14746,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -14788,15 +14786,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -14804,11 +14802,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -14816,7 +14814,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -14831,11 +14829,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -14854,7 +14852,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -14872,11 +14870,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -14884,15 +14882,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -14901,7 +14899,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -15037,7 +15035,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -15239,7 +15237,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -15441,7 +15439,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -15466,7 +15464,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -15539,7 +15537,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -15563,7 +15561,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -15724,6 +15722,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -15734,7 +15734,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -15831,6 +15831,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -15939,7 +15944,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -16179,12 +16184,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -16267,7 +16272,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -16475,7 +16480,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -16512,7 +16517,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -16571,11 +16575,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -16914,7 +16918,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -17200,273 +17204,55 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.operationStatus: - title: operationStatus + microsoft.graph.channelMembershipType: + title: channelMembershipType enum: - - NotStarted - - Running - - Completed - - Failed + - standard + - private + - unknownFutureValue + - shared type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' additionalProperties: type: object - microsoft.graph.offerShiftRequest: + microsoft.graph.chatMessage: allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: offerShiftRequest + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chatMessage type: object properties: - recipientActionDateTime: - 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])$' + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageAttachment' + description: Attached files. Attachments are currently read-only – sending attachments is not supported. + body: + $ref: '#/components/schemas/microsoft.graph.itemBody' + channelIdentity: + $ref: '#/components/schemas/microsoft.graph.channelIdentity' + chatId: type: string - description: '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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - recipientActionMessage: - type: string - description: Custom message sent by recipient of the offer shift request. - nullable: true - recipientUserId: - type: string - description: User ID of the recipient of the offer shift request. - nullable: true - senderShiftId: - type: string - description: User ID of the sender of the offer shift request. - nullable: true - additionalProperties: - type: object - microsoft.graph.openShiftChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: openShiftChangeRequest - type: object - properties: - openShiftId: - type: string - description: ID for the open shift. - nullable: true - additionalProperties: - type: object - microsoft.graph.openShift: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: openShift - type: object - properties: - draftOpenShift: - $ref: '#/components/schemas/microsoft.graph.openShiftItem' - isStagedForDeletion: - type: boolean - nullable: true - schedulingGroupId: - type: string - description: ID for the scheduling group that the open shift belongs to. - nullable: true - sharedOpenShift: - $ref: '#/components/schemas/microsoft.graph.openShiftItem' - additionalProperties: - type: object - microsoft.graph.schedulingGroup: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: schedulingGroup - type: object - properties: - displayName: - type: string - description: The display name for the schedulingGroup. Required. - nullable: true - isActive: - type: boolean - description: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required. - nullable: true - userIds: - type: array - items: - type: string - nullable: true - description: The list of user IDs that are a member of the schedulingGroup. Required. - additionalProperties: - type: object - microsoft.graph.shift: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: shift - type: object - properties: - draftShift: - $ref: '#/components/schemas/microsoft.graph.shiftItem' - isStagedForDeletion: - type: boolean - nullable: true - schedulingGroupId: - type: string - description: ID of the scheduling group the shift is part of. Required. - nullable: true - sharedShift: - $ref: '#/components/schemas/microsoft.graph.shiftItem' - userId: - type: string - description: ID of the user assigned to the shift. Required. - nullable: true - additionalProperties: - type: object - microsoft.graph.swapShiftsChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - - title: swapShiftsChangeRequest - type: object - properties: - recipientShiftId: - type: string - description: ShiftId for the recipient user with whom the request is to swap. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeCard: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: timeCard - type: object - properties: - breaks: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCardBreak' - clockInEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - clockOutEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - confirmedBy: - $ref: '#/components/schemas/microsoft.graph.confirmedBy' - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - originalEntry: - $ref: '#/components/schemas/microsoft.graph.timeCardEntry' - state: - $ref: '#/components/schemas/microsoft.graph.timeCardState' - userId: - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.timeOffReason: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: timeOffReason - type: object - properties: - displayName: - type: string - description: The name of the timeOffReason. Required. - nullable: true - iconType: - $ref: '#/components/schemas/microsoft.graph.timeOffReasonIconType' - isActive: - type: boolean - description: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeOffRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: timeOffRequest - type: object - properties: - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - timeOffReasonId: - type: string - description: The reason for the time off. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeOff: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: timeOff - type: object - properties: - draftTimeOff: - $ref: '#/components/schemas/microsoft.graph.timeOffItem' - isStagedForDeletion: - type: boolean - nullable: true - sharedTimeOff: - $ref: '#/components/schemas/microsoft.graph.timeOffItem' - userId: - type: string - description: ID of the user assigned to the timeOff. Required. - nullable: true - additionalProperties: - type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.chatMessage: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: chatMessage - type: object - properties: - attachments: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.chatMessageAttachment' - description: Attached files. Attachments are currently read-only – sending attachments is not supported. - body: - $ref: '#/components/schemas/microsoft.graph.itemBody' - channelIdentity: - $ref: '#/components/schemas/microsoft.graph.channelIdentity' - chatId: - type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -17486,18 +17272,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -17514,7 +17300,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -17526,15 +17312,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -17624,7 +17413,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -17692,23 +17481,241 @@ components: nullable: true additionalProperties: type: object - odata.error.detail: - required: - - code - - message + microsoft.graph.operationStatus: + title: operationStatus + enum: + - NotStarted + - Running + - Completed + - Failed + type: string + microsoft.graph.timeClockSettings: + title: timeClockSettings type: object properties: - code: - type: string - message: - type: string - target: - type: string + approvedLocation: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' additionalProperties: type: object - microsoft.graph.automaticRepliesSetting: - title: automaticRepliesSetting - type: object + microsoft.graph.offerShiftRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: offerShiftRequest + type: object + properties: + recipientActionDateTime: + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + recipientActionMessage: + type: string + description: Custom message sent by recipient of the offer shift request. + nullable: true + recipientUserId: + type: string + description: User id of the recipient of the offer shift request. + nullable: true + senderShiftId: + type: string + description: User id of the sender of the offer shift request. + nullable: true + additionalProperties: + type: object + microsoft.graph.openShiftChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: openShiftChangeRequest + type: object + properties: + openShiftId: + type: string + description: ID for the open shift. + nullable: true + additionalProperties: + type: object + microsoft.graph.openShift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: openShift + type: object + properties: + draftOpenShift: + $ref: '#/components/schemas/microsoft.graph.openShiftItem' + isStagedForDeletion: + type: boolean + nullable: true + schedulingGroupId: + type: string + description: ID for the scheduling group that the open shift belongs to. + nullable: true + sharedOpenShift: + $ref: '#/components/schemas/microsoft.graph.openShiftItem' + additionalProperties: + type: object + microsoft.graph.schedulingGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: schedulingGroup + type: object + properties: + displayName: + type: string + description: The display name for the schedulingGroup. Required. + nullable: true + isActive: + type: boolean + description: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required. + nullable: true + userIds: + type: array + items: + type: string + nullable: true + description: The list of user IDs that are a member of the schedulingGroup. Required. + additionalProperties: + type: object + microsoft.graph.shift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: shift + type: object + properties: + draftShift: + $ref: '#/components/schemas/microsoft.graph.shiftItem' + isStagedForDeletion: + type: boolean + nullable: true + schedulingGroupId: + type: string + description: ID of the scheduling group the shift is part of. Required. + nullable: true + sharedShift: + $ref: '#/components/schemas/microsoft.graph.shiftItem' + userId: + type: string + description: ID of the user assigned to the shift. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.swapShiftsChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + - title: swapShiftsChangeRequest + type: object + properties: + recipientShiftId: + type: string + description: Shift ID for the recipient user with whom the request is to swap. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeCard: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeCard + type: object + properties: + breaks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCardBreak' + clockInEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + clockOutEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + confirmedBy: + $ref: '#/components/schemas/microsoft.graph.confirmedBy' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + originalEntry: + $ref: '#/components/schemas/microsoft.graph.timeCardEntry' + state: + $ref: '#/components/schemas/microsoft.graph.timeCardState' + userId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOffReason: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeOffReason + type: object + properties: + displayName: + type: string + description: The name of the timeOffReason. Required. + nullable: true + iconType: + $ref: '#/components/schemas/microsoft.graph.timeOffReasonIconType' + isActive: + type: boolean + description: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOffRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: timeOffRequest + type: object + properties: + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + timeOffReasonId: + type: string + description: The reason for the time off. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOff: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeOff + type: object + properties: + draftTimeOff: + $ref: '#/components/schemas/microsoft.graph.timeOffItem' + isStagedForDeletion: + type: boolean + nullable: true + sharedTimeOff: + $ref: '#/components/schemas/microsoft.graph.timeOffItem' + userId: + type: string + description: ID of the user assigned to the timeOff. Required. + nullable: true + additionalProperties: + type: object + odata.error.detail: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + additionalProperties: + type: object + microsoft.graph.automaticRepliesSetting: + title: automaticRepliesSetting + type: object properties: externalAudience: $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' @@ -17992,7 +17999,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -18529,6 +18536,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -19682,17 +19711,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -20515,7 +20544,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20561,6 +20590,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -20992,7 +21033,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -21077,7 +21118,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -21115,7 +21156,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -21179,7 +21220,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -21611,197 +21652,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.scheduleChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: scheduleChangeRequest - type: object - properties: - assignedTo: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' - managerActionDateTime: - 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 - managerActionMessage: - type: string - nullable: true - managerUserId: - type: string - nullable: true - senderDateTime: - 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 - senderMessage: - type: string - nullable: true - senderUserId: - type: string - nullable: true - state: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' - additionalProperties: - type: object - microsoft.graph.changeTrackedEntity: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: changeTrackedEntity - type: object - properties: - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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 - description: '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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - additionalProperties: - type: object - microsoft.graph.openShiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.shiftItem' - - title: openShiftItem - type: object - properties: - openSlotCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Count of the number of slots for the given open shift. - format: int32 - additionalProperties: - type: object - microsoft.graph.shiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: shiftItem - type: object - properties: - activities: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shiftActivity' - description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' - displayName: - type: string - description: The shift label of the shiftItem. - nullable: true - notes: - type: string - description: The shift notes for the shiftItem. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeCardBreak: - title: timeCardBreak - type: object - properties: - breakId: - type: string - nullable: true - end: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - start: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - additionalProperties: - type: object - microsoft.graph.timeCardEvent: - title: timeCardEvent - type: object - properties: - atApprovedLocation: - type: boolean - nullable: true - dateTime: - 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 - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - additionalProperties: - type: object - microsoft.graph.confirmedBy: - title: confirmedBy - enum: - - none - - user - - manager - - unknownFutureValue - type: string - microsoft.graph.timeCardEntry: - title: timeCardEntry - type: object - properties: - breaks: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCardBreak' - clockInEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - clockOutEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - additionalProperties: - type: object - microsoft.graph.timeCardState: - title: timeCardState - enum: - - clockedIn - - onBreak - - clockedOut - - unknownFutureValue - type: string - microsoft.graph.timeOffReasonIconType: - title: timeOffReasonIconType - enum: - - none - - car - - calendar - - running - - plane - - firstAid - - doctor - - notWorking - - clock - - juryDuty - - globe - - cup - - phone - - weather - - umbrella - - piggyBank - - dog - - cake - - trafficCone - - pin - - sunny - - unknownFutureValue - type: string - microsoft.graph.timeOffItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: timeOffItem - type: object - properties: - timeOffReasonId: - type: string - description: ID of the timeOffReason for this timeOffItem. Required. - nullable: true - additionalProperties: - type: object microsoft.graph.replyRestriction: title: replyRestriction enum: @@ -21827,7 +21677,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -21939,53 +21789,244 @@ components: title: teamsTabConfiguration type: object properties: - contentUrl: - type: string - description: Url used for rendering tab contents in Teams. Required. - nullable: true - entityId: - type: string - description: Identifier for the entity hosted by the tab provider. - nullable: true - removeUrl: - type: string - description: Url called by Teams client when a Tab is removed using the Teams Client. + contentUrl: + type: string + description: Url used for rendering tab contents in Teams. Required. + nullable: true + entityId: + type: string + description: Identifier for the entity hosted by the tab provider. + nullable: true + removeUrl: + type: string + description: Url called by Teams client when a Tab is removed using the Teams Client. + nullable: true + websiteUrl: + type: string + description: Url for showing tab contents outside of Teams. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string + microsoft.graph.teamworkBot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkBot + type: object + additionalProperties: + type: object + microsoft.graph.scheduleChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: scheduleChangeRequest + type: object + properties: + assignedTo: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' + managerActionDateTime: + 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 + managerActionMessage: + type: string + nullable: true + managerUserId: + type: string + nullable: true + senderDateTime: + 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 + senderMessage: + type: string + nullable: true + senderUserId: + type: string + nullable: true + state: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' + additionalProperties: + type: object + microsoft.graph.changeTrackedEntity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: changeTrackedEntity + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 + description: '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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.openShiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.shiftItem' + - title: openShiftItem + type: object + properties: + openSlotCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of the number of slots for the given open shift. + format: int32 + additionalProperties: + type: object + microsoft.graph.shiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: shiftItem + type: object + properties: + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shiftActivity' + description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' + displayName: + type: string + description: The shift label of the shiftItem. + nullable: true + notes: + type: string + description: The shift notes for the shiftItem. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeCardBreak: + title: timeCardBreak + type: object + properties: + breakId: + type: string + nullable: true + end: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + start: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + additionalProperties: + type: object + microsoft.graph.timeCardEvent: + title: timeCardEvent + type: object + properties: + atApprovedLocation: + type: boolean nullable: true - websiteUrl: + dateTime: + 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: Url for showing tab contents outside of Teams. - nullable: true + format: date-time + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' additionalProperties: type: object - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod + microsoft.graph.confirmedBy: + title: confirmedBy enum: - - store - - organization - - sideloaded + - none + - user + - manager - unknownFutureValue type: string - microsoft.graph.teamsAppInstallationScopes: - title: teamsAppInstallationScopes + microsoft.graph.timeCardEntry: + title: timeCardEntry + type: object + properties: + breaks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCardBreak' + clockInEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + clockOutEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + additionalProperties: + type: object + microsoft.graph.timeCardState: + title: timeCardState enum: - - team - - groupChat - - personal + - clockedIn + - onBreak + - clockedOut - unknownFutureValue type: string - microsoft.graph.teamsAppPublishingState: - title: teamsAppPublishingState + microsoft.graph.timeOffReasonIconType: + title: timeOffReasonIconType enum: - - submitted - - rejected - - published + - none + - car + - calendar + - running + - plane + - firstAid + - doctor + - notWorking + - clock + - juryDuty + - globe + - cup + - phone + - weather + - umbrella + - piggyBank + - dog + - cake + - trafficCone + - pin + - sunny - unknownFutureValue type: string - microsoft.graph.teamworkBot: + microsoft.graph.timeOffItem: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkBot + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: timeOffItem type: object + properties: + timeOffReasonId: + type: string + description: ID of the timeOffReason for this timeOffItem. Required. + nullable: true additionalProperties: type: object microsoft.graph.externalAudienceScope: @@ -22253,7 +22294,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -22512,11 +22553,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -23497,6 +23538,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -23617,11 +23682,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -23702,7 +23767,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -23820,6 +23885,66 @@ components: type: object additionalProperties: type: object + microsoft.graph.chatMessagePolicyViolationDlpActionTypes: + title: chatMessagePolicyViolationDlpActionTypes + enum: + - none + - notifySender + - blockAccess + - blockAccessExternal + type: string + microsoft.graph.chatMessagePolicyViolationPolicyTip: + title: chatMessagePolicyViolationPolicyTip + type: object + properties: + complianceUrl: + type: string + description: 'The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn''t say in chats)' + nullable: true + generalText: + type: string + description: Explanatory text shown to the sender of the message. + nullable: true + matchedConditionDescriptions: + type: array + items: + type: string + nullable: true + description: 'The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include ''Credit Card Number'' and ''Social Security Number''.' + additionalProperties: + type: object + microsoft.graph.chatMessagePolicyViolationUserActionTypes: + title: chatMessagePolicyViolationUserActionTypes + enum: + - none + - override + - reportFalsePositive + type: string + microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: + title: chatMessagePolicyViolationVerdictDetailsTypes + enum: + - none + - allowFalsePositiveOverride + - allowOverrideWithoutJustification + - allowOverrideWithJustification + type: string + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequestActor: title: scheduleChangeRequestActor enum: @@ -23887,66 +24012,6 @@ components: $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' additionalProperties: type: object - microsoft.graph.chatMessagePolicyViolationDlpActionTypes: - title: chatMessagePolicyViolationDlpActionTypes - enum: - - none - - notifySender - - blockAccess - - blockAccessExternal - type: string - microsoft.graph.chatMessagePolicyViolationPolicyTip: - title: chatMessagePolicyViolationPolicyTip - type: object - properties: - complianceUrl: - type: string - description: 'The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn''t say in chats)' - nullable: true - generalText: - type: string - description: Explanatory text shown to the sender of the message. - nullable: true - matchedConditionDescriptions: - type: array - items: - type: string - nullable: true - description: 'The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include ''Credit Card Number'' and ''Social Security Number''.' - additionalProperties: - type: object - microsoft.graph.chatMessagePolicyViolationUserActionTypes: - title: chatMessagePolicyViolationUserActionTypes - enum: - - none - - override - - reportFalsePositive - type: string - microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes: - title: chatMessagePolicyViolationVerdictDetailsTypes - enum: - - none - - allowFalsePositiveOverride - - allowOverrideWithoutJustification - - allowOverrideWithJustification - type: string - microsoft.graph.teamworkHostedContent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkHostedContent - type: object - properties: - contentBytes: - type: string - description: Write only. Bytes for the hosted content (such as images). - format: base64url - nullable: true - contentType: - type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' - nullable: true - additionalProperties: - type: object microsoft.graph.volumeType: title: volumeType enum: @@ -24376,6 +24441,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -24423,7 +24510,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -24434,7 +24521,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -24689,7 +24776,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 6e7f3b43573..6ea8999404f 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -1367,7 +1367,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -1392,7 +1392,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -1465,7 +1465,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -1489,7 +1489,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 1e21edbbdc0..e384dcdbc9d 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -464,6 +464,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/chromeOSOnboardingSettings/microsoft.graph.connect: + post: + tags: + - deviceManagement.Actions + summary: Invoke action connect + operationId: deviceManagement.chromeOSOnboardingSettings_connect + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ownerUserPrincipalName: + type: string + nullable: true + serviceAccountCredentials: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chromeOSOnboardingStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl': post: tags: @@ -15972,6 +16004,14 @@ components: additionalProperties: type: object description: Represents result of Validation API. + microsoft.graph.chromeOSOnboardingStatus: + title: chromeOSOnboardingStatus + enum: + - unknown + - inprogress + - onboarded + - failed + type: string microsoft.graph.deviceLogCollectionRequest: title: deviceLogCollectionRequest type: object diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index ffd6b98bf42..2d794d0eeaa 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -13854,7 +13854,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -13976,7 +13976,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/beta/DeviceManagement.Enrolment.yml b/openApiDocs/beta/DeviceManagement.Enrolment.yml index a14ec6bb58c..491bfac430a 100644 --- a/openApiDocs/beta/DeviceManagement.Enrolment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrolment.yml @@ -22091,26 +22091,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -22122,13 +22122,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -23816,7 +23816,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index cf683e941ae..8aee1492be0 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -2078,7 +2078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -2485,7 +2485,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 66c0b4e1dcb..0fe1c613619 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -49,6 +49,7 @@ paths: - androidManagedStoreAppConfigurationSchemas - auditEvents - assignmentFilters + - chromeOSOnboardingSettings - termsAndConditions - advancedThreatProtectionOnboardingStateSummary - cartToClassAssociations @@ -184,6 +185,7 @@ paths: - androidManagedStoreAppConfigurationSchemas - auditEvents - assignmentFilters + - chromeOSOnboardingSettings - termsAndConditions - advancedThreatProtectionOnboardingStateSummary - cartToClassAssociations @@ -325,6 +327,8 @@ paths: operationId: deviceManagement.ListAuditEvents assignmentFilters: operationId: deviceManagement.ListAssignmentFilters + chromeOSOnboardingSettings: + operationId: deviceManagement.ListChromeOSOnboardingSettings termsAndConditions: operationId: deviceManagement.ListTermsAndConditions advancedThreatProtectionOnboardingStateSummary: @@ -2220,6 +2224,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -2376,6 +2382,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -2555,6 +2562,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -7019,6 +7027,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -7175,6 +7185,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -7346,6 +7357,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -13582,6 +13595,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -14803,6 +14817,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -16064,6 +16079,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -17222,6 +17238,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -18483,6 +18500,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -24598,6 +24616,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -24754,6 +24774,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -24933,6 +24954,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -42360,6 +42382,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilter' description: The list of assignment filters + chromeOSOnboardingSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSOnboardingSettings' + description: Collection of ChromeOSOnboardingSettings settings associated with account. termsAndConditions: type: array items: @@ -43270,11 +43297,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -43285,18 +43312,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -43310,10 +43342,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -43321,7 +43353,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -43329,24 +43361,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -43359,11 +43391,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -43373,24 +43405,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -43413,15 +43445,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -43429,11 +43461,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -43441,7 +43473,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -43456,11 +43488,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -43479,7 +43511,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -43497,11 +43529,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -43509,15 +43541,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -43526,7 +43558,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -43903,30 +43935,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -43934,25 +43966,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -43960,7 +43992,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -43988,7 +44020,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -43998,7 +44030,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -44021,29 +44053,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -44051,59 +44083,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -44117,35 +44149,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -44153,7 +44185,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -44161,7 +44193,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -44173,12 +44205,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -44190,39 +44222,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -44257,7 +44289,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -44317,7 +44349,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -44341,7 +44373,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -44357,7 +44389,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -48684,7 +48716,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120 + description: The number of days a device is allowed to go without checking in to remain compliant. format: int32 deviceInactivityBeforeRetirementInDay: maximum: 2147483647 @@ -49190,6 +49222,32 @@ components: additionalProperties: type: object description: A class containing the properties for Audit Event. + microsoft.graph.chromeOSOnboardingSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chromeOSOnboardingSettings + type: object + properties: + lastDirectorySyncDateTime: + 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 ChromebookTenant's LastDirectorySyncDateTime + format: date-time + nullable: true + 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 + description: The ChromebookTenant's LastModifiedDateTime + format: date-time + onboardingStatus: + $ref: '#/components/schemas/microsoft.graph.onboardingStatus' + ownerUserPrincipalName: + type: string + description: The ChromebookTenant's OwnerUserPrincipalName + nullable: true + additionalProperties: + type: object + description: Entity that represents a Chromebook tenant settings microsoft.graph.termsAndConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -49743,26 +49801,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -49774,13 +49832,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -51772,6 +51830,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -52582,12 +52662,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -52779,7 +52859,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -52815,7 +52895,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -53037,15 +53117,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -53057,7 +53137,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -53282,7 +53362,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -53293,12 +53373,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -53498,7 +53578,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -53536,7 +53616,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -53577,7 +53657,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -53650,13 +53730,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -53683,7 +53763,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -53701,11 +53781,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -53725,7 +53805,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -53756,12 +53836,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -53771,7 +53851,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -53780,7 +53860,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -53810,7 +53890,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -53948,7 +54028,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -54150,7 +54230,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -54405,11 +54485,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -54421,22 +54501,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -54451,7 +54531,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -54534,7 +54614,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -54676,7 +54756,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -54938,7 +55018,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -54963,7 +55043,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -55036,7 +55116,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -55060,7 +55140,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -55221,6 +55301,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -55231,7 +55313,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -55328,6 +55410,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -55388,8 +55475,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -55427,6 +55512,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -56794,6 +56881,14 @@ components: additionalProperties: type: object description: A class containing the properties for Audit Resource. + microsoft.graph.onboardingStatus: + title: onboardingStatus + enum: + - unknown + - inprogress + - onboarded + - failed + type: string microsoft.graph.termsAndConditionsAcceptanceStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -57847,7 +57942,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -58567,7 +58662,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -58624,11 +58719,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -58743,10 +58838,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -58899,7 +58994,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -59093,18 +59188,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -60110,7 +60210,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -60507,14 +60607,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -60641,17 +60741,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -61664,7 +61764,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -61710,6 +61810,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -62027,12 +62139,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -62052,18 +62164,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -62080,7 +62192,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -62092,15 +62204,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -62191,7 +62306,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -62253,99 +62368,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -62474,6 +62496,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -62949,7 +63064,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. @@ -63319,7 +63434,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -63442,7 +63557,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -63489,7 +63604,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -63559,7 +63674,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -63781,7 +63896,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -64049,12 +64164,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -64137,7 +64252,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -64359,7 +64474,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -64384,14 +64499,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -64399,12 +64514,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -64428,10 +64543,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -64458,7 +64573,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -64968,6 +65082,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -65102,11 +65217,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -65924,6 +66039,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -66022,7 +66161,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -66042,7 +66181,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -66179,6 +66318,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -66213,11 +66436,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -66305,7 +66528,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -66397,90 +66620,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -66846,7 +66985,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -66931,7 +67070,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -66969,7 +67108,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -67033,7 +67172,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -67247,11 +67386,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -67699,6 +67838,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -67786,10 +67947,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -67957,21 +68133,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -68035,11 +68196,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -68120,7 +68281,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -68346,7 +68507,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -68357,7 +68518,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -68582,7 +68743,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 3f932df6afe..762eb5a04e4 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -7044,7 +7044,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -7085,7 +7085,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -7158,13 +7158,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -7191,7 +7191,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -7209,11 +7209,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -7233,7 +7233,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -7264,12 +7264,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -7279,7 +7279,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -7288,7 +7288,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -7318,7 +7318,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -7377,30 +7377,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -7408,25 +7408,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -7434,7 +7434,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -7462,7 +7462,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -7472,7 +7472,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -7495,29 +7495,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -7525,59 +7525,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -7591,35 +7591,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -7627,7 +7627,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -7635,7 +7635,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -7647,12 +7647,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -7664,39 +7664,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -7731,7 +7731,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -7791,7 +7791,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -7815,7 +7815,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -7831,7 +7831,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -8031,7 +8031,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -8585,18 +8585,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -8639,15 +8644,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -8659,7 +8664,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -8857,7 +8862,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -8868,12 +8873,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -9242,8 +9247,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -9281,6 +9284,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.signInActivity: @@ -9306,12 +9311,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -9479,7 +9484,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -9515,7 +9520,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -9891,7 +9896,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -10008,7 +10013,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -10210,7 +10215,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -10336,11 +10341,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -10352,22 +10357,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -10382,7 +10387,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -10399,26 +10404,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -10430,13 +10435,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -10452,11 +10457,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -10467,18 +10472,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -10492,10 +10502,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -10503,7 +10513,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -10511,24 +10521,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -10541,11 +10551,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -10555,24 +10565,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -10595,15 +10605,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -10611,11 +10621,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -10623,7 +10633,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -10638,11 +10648,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -10661,7 +10671,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -10679,11 +10689,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -10691,15 +10701,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -10708,7 +10718,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -10844,7 +10854,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -11046,7 +11056,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -11248,7 +11258,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -11273,7 +11283,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -11346,7 +11356,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -11370,7 +11380,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -11531,6 +11541,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -11541,7 +11553,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -11638,6 +11650,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -11984,7 +12001,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -12021,11 +12038,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -12140,10 +12157,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -12296,7 +12313,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -12345,7 +12362,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -12945,7 +12962,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -13004,14 +13021,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -13262,7 +13279,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13324,99 +13341,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13581,6 +13505,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.automaticRepliesSetting: title: automaticRepliesSetting type: object @@ -13867,7 +13884,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -14502,6 +14519,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -15776,17 +15815,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -16609,7 +16648,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -16655,6 +16694,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -16936,12 +16987,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -16961,18 +17012,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -16989,7 +17040,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -17001,15 +17052,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -17526,7 +17580,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -17629,7 +17683,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -17897,12 +17951,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -17985,7 +18039,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -18207,7 +18261,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -18232,14 +18286,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -18247,12 +18301,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -18276,10 +18330,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -18306,7 +18360,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -18816,6 +18869,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -19057,23 +19111,174 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.operationStatus: - title: operationStatus + microsoft.graph.channelMembershipType: + title: channelMembershipType enum: - - NotStarted - - Running - - Completed - - Failed + - standard + - private + - unknownFutureValue + - shared type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' additionalProperties: type: object - microsoft.graph.offerShiftRequest: + microsoft.graph.teamsApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsApp + type: object + properties: + displayName: + type: string + description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + nullable: true + distributionMethod: + $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' + externalId: + type: string + description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. + nullable: true + appDefinitions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + description: The details for each version of the app. + additionalProperties: + type: object + microsoft.graph.teamsAppDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppDefinition + type: object + properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' + azureADAppId: + type: string + description: The WebApplicationInfo.id from the Teams App manifest. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: + type: string + description: Verbose description of the application. + nullable: true + displayName: + type: string + description: The name of the app provided by the app developer. + nullable: true + 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 + format: date-time + nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' + shortdescription: + type: string + nullable: true + teamsAppId: + type: string + description: The id from the Teams App manifest. + nullable: true + version: + type: string + description: The version number of the application. + nullable: true + bot: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.operationStatus: + title: operationStatus + enum: + - NotStarted + - Running + - Completed + - Failed + type: string + microsoft.graph.timeClockSettings: + title: timeClockSettings + type: object + properties: + approvedLocation: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + additionalProperties: + type: object + microsoft.graph.offerShiftRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - title: offerShiftRequest @@ -19091,11 +19296,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -19183,7 +19388,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -19275,157 +19480,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.teamsApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsApp - type: object - properties: - displayName: - type: string - description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - externalId: - type: string - description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. - nullable: true - appDefinitions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - description: The details for each version of the app. - additionalProperties: - type: object - microsoft.graph.teamsAppDefinition: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsAppDefinition - type: object - properties: - allowedInstallationScopes: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' - azureADAppId: - type: string - description: The WebApplicationInfo.id from the Teams App manifest. - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - description: - type: string - description: Verbose description of the application. - nullable: true - displayName: - type: string - description: The name of the app provided by the app developer. - nullable: true - 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 - format: date-time - nullable: true - publishingState: - $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' - shortdescription: - type: string - nullable: true - teamsAppId: - type: string - description: The ID from the Teams app manifest. - nullable: true - version: - type: string - description: The version number of the application. - nullable: true - bot: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -19724,7 +19778,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -19967,11 +20021,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -21059,6 +21113,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -21110,7 +21188,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -21614,7 +21692,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -21699,7 +21777,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -21737,7 +21815,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -21801,7 +21879,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -22015,11 +22093,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -22219,6 +22297,52 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string + microsoft.graph.teamworkBot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkBot + type: object + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -22386,52 +22510,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string - microsoft.graph.teamsAppInstallationScopes: - title: teamsAppInstallationScopes - enum: - - team - - groupChat - - personal - - unknownFutureValue - type: string - microsoft.graph.teamsAppPublishingState: - title: teamsAppPublishingState - enum: - - submitted - - rejected - - published - - unknownFutureValue - type: string - microsoft.graph.teamworkBot: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkBot - type: object - additionalProperties: - type: object microsoft.graph.volumeType: title: volumeType enum: @@ -22904,6 +22982,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -22960,7 +23060,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -23005,11 +23105,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -23090,7 +23190,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -23328,7 +23428,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -23339,7 +23439,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -23564,7 +23664,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index d6f93007fae..184f6d0e925 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -20398,6 +20398,8 @@ paths: - azureADRegistered desc - chassisType - chassisType desc + - chromeOSDeviceInfo + - chromeOSDeviceInfo desc - complianceGracePeriodExpirationDateTime - complianceGracePeriodExpirationDateTime desc - complianceState @@ -20554,6 +20556,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -20748,6 +20751,7 @@ paths: - azureADDeviceId - azureADRegistered - chassisType + - chromeOSDeviceInfo - complianceGracePeriodExpirationDateTime - complianceState - configurationManagerClientEnabledFeatures @@ -26170,11 +26174,11 @@ components: format: int32 customBrowserDisplayName: type: string - description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Friendly name of the preferred custom browser to open weblink on Android. nullable: true customBrowserPackageId: type: string - description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Unique identifier of a custom browser to open weblink on Android. nullable: true customDialerAppDisplayName: type: string @@ -26788,7 +26792,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: A custom browser protocol to open weblink on iOS. nullable: true customDialerAppProtocol: type: string @@ -26966,7 +26970,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -28087,7 +28091,7 @@ components: lastSyncDateTime: 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 last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. + description: The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token. format: date-time lastSyncStatus: $ref: '#/components/schemas/microsoft.graph.vppTokenSyncStatus' @@ -28513,26 +28517,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -28544,13 +28548,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -28612,11 +28616,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -28627,18 +28631,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -28652,10 +28661,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -28663,7 +28672,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -28671,24 +28680,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -28701,11 +28710,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -28715,24 +28724,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -28755,15 +28764,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -28771,11 +28780,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -28783,7 +28792,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -28798,11 +28807,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -28821,7 +28830,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -28839,11 +28848,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -28851,15 +28860,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -28868,7 +28877,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -29245,30 +29254,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -29276,25 +29285,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -29302,7 +29311,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -29330,7 +29339,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -29340,7 +29349,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -29363,29 +29372,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -29393,59 +29402,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -29459,35 +29468,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -29495,7 +29504,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -29503,7 +29512,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -29515,12 +29524,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -29532,39 +29541,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -29599,7 +29608,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -29659,7 +29668,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -29683,7 +29692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -29699,7 +29708,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -30803,6 +30812,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -31644,12 +31675,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -31841,7 +31872,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -31877,7 +31908,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -32099,15 +32130,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -32119,7 +32150,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -32344,7 +32375,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -32355,12 +32386,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -32560,7 +32591,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -32598,7 +32629,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -32639,7 +32670,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -32712,13 +32743,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -32745,7 +32776,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -32763,11 +32794,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -32787,7 +32818,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -32818,12 +32849,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -32833,7 +32864,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -32842,7 +32873,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -32872,7 +32903,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -33010,7 +33041,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -33212,7 +33243,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -33467,11 +33498,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -33483,22 +33514,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -33513,7 +33544,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -33593,7 +33624,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -33855,7 +33886,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -33880,7 +33911,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -33953,7 +33984,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -33977,7 +34008,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -34138,6 +34169,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -34148,7 +34181,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -34245,6 +34278,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -34305,8 +34343,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -34344,6 +34380,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -34715,7 +34753,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ipRange' - description: Collection of Internet protocol address ranges + description: Collection of ip ranges additionalProperties: type: object description: Windows Information Protection IP Range Collection @@ -35166,7 +35204,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -35223,11 +35261,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -35342,10 +35380,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -35498,7 +35536,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -35692,18 +35730,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -36709,7 +36752,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -37002,14 +37045,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -37136,17 +37179,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -38159,7 +38202,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -38205,6 +38248,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -38522,12 +38577,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -38547,18 +38602,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -38575,7 +38630,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -38587,15 +38642,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -38686,7 +38744,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -38748,99 +38806,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -38969,6 +38934,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -39390,7 +39448,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -39513,7 +39571,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -39560,7 +39618,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -39630,7 +39688,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -39852,7 +39910,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -40120,12 +40178,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -40208,7 +40266,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -40430,7 +40488,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -40455,14 +40513,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -40470,12 +40528,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -40499,10 +40557,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -40529,7 +40587,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -41039,6 +41096,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -41173,11 +41231,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -41956,6 +42014,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -42054,7 +42136,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -42074,7 +42156,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -42211,6 +42293,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -42245,11 +42411,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -42337,7 +42503,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -42429,90 +42595,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -42841,7 +42923,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -42926,7 +43008,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -42964,7 +43046,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -43028,7 +43110,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -43242,11 +43324,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -43694,6 +43776,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -43781,10 +43885,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -43952,21 +44071,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -44008,11 +44112,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -44093,7 +44197,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -44319,7 +44423,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -44330,7 +44434,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -44555,7 +44659,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 91d2e788130..d32d78dd1e4 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -15382,7 +15382,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -15423,7 +15423,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -15496,13 +15496,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -15529,7 +15529,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -15547,11 +15547,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -15571,7 +15571,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -15602,12 +15602,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -15617,7 +15617,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -15626,7 +15626,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -15656,7 +15656,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -15718,7 +15718,7 @@ components: description: 'Related records related to the user. Possible relationships are parent, relative, aide, doctor, guardian, child, other, unknownFutureValue' accountEnabled: type: boolean - description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports /$filter.' nullable: true assignedLicenses: type: array @@ -15739,11 +15739,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Supports /$filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.' + description: The name displayed in the address book for the user. Supports $filter and $orderby. nullable: true externalSource: $ref: '#/components/schemas/microsoft.graph.educationExternalSource' @@ -15753,17 +15753,17 @@ components: nullable: true givenName: type: string - description: The given name (first name) of the user. Supports $filter. + description: The given name (first name) of the user. Supports /$filter. nullable: true mail: type: string - description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports $filter.' + description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports /$filter.' nullable: true mailingAddress: $ref: '#/components/schemas/microsoft.graph.physicalAddress' mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. nullable: true middleName: type: string @@ -15780,7 +15780,7 @@ components: $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two can be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. See standard [user] resource for additional details.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -15809,21 +15809,21 @@ components: $ref: '#/components/schemas/microsoft.graph.educationStudent' surname: type: string - description: The user's surname (family name or last name). Supports $filter. + description: The user's surname (family name or last name). Supports /$filter. nullable: true teacher: $ref: '#/components/schemas/microsoft.graph.educationTeacher' usageLocation: type: string - description: 'A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two-letter country code ([ISO 3166 Alpha-2]). Required for users who will be assigned licenses. Not nullable. Supports /$filter.' nullable: true userPrincipalName: type: string - description: 'The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user''s email name. The general format is alias@domain, where domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.' + description: 'The user principal name (UPN) for the user. Supports $filter and $orderby. See standard [user] resource for additional details.' nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports /$filter.' nullable: true assignments: type: array @@ -15922,30 +15922,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -15953,25 +15953,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -15979,7 +15979,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -16007,7 +16007,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -16017,7 +16017,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -16040,29 +16040,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -16070,59 +16070,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -16136,35 +16136,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -16172,7 +16172,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -16180,7 +16180,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -16192,12 +16192,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -16209,39 +16209,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -16276,7 +16276,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -16336,7 +16336,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -16360,7 +16360,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -16376,7 +16376,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -17016,18 +17016,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -17070,15 +17075,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -17090,7 +17095,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -17288,7 +17293,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -17299,12 +17304,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -17673,8 +17678,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -17712,6 +17715,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.relatedContact: @@ -17727,7 +17732,7 @@ components: description: Name of the contact. Required. emailAddress: type: string - description: Primary email address of the contact. + description: Email address of the contact. nullable: true id: type: string @@ -17748,12 +17753,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -17815,7 +17820,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -17890,7 +17895,7 @@ components: properties: externalId: type: string - description: ID of the teacher in the source system. + description: Id of the Teacher in external source system. nullable: true teacherNumber: type: string @@ -18088,7 +18093,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -18464,7 +18469,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -18581,7 +18586,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -18783,7 +18788,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -18909,11 +18914,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -18925,22 +18930,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -18955,7 +18960,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -18972,26 +18977,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -19003,13 +19008,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -19025,11 +19030,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -19040,18 +19045,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -19065,10 +19075,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -19076,7 +19086,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -19084,24 +19094,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -19114,11 +19124,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -19128,24 +19138,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -19168,15 +19178,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -19184,11 +19194,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -19196,7 +19206,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -19211,11 +19221,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -19234,7 +19244,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -19252,11 +19262,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -19264,15 +19274,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -19281,7 +19291,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -19417,7 +19427,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -19619,7 +19629,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -19821,7 +19831,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -19846,7 +19856,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -19919,7 +19929,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -19943,7 +19953,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -20104,6 +20114,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -20114,7 +20126,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -20211,6 +20223,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -20340,7 +20357,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -20377,11 +20394,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -20496,10 +20513,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -20652,7 +20669,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -20701,7 +20718,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21289,7 +21306,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -21348,14 +21365,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -21606,7 +21623,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -21668,99 +21685,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21925,6 +21849,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.contactRelationship: title: contactRelationship enum: @@ -22239,7 +22256,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -22828,6 +22845,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -24102,17 +24141,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -24935,7 +24974,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -24981,6 +25020,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -25262,12 +25313,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -25287,18 +25338,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -25315,7 +25366,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -25327,15 +25378,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -25531,7 +25585,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -25634,7 +25688,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -25902,12 +25956,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -25990,7 +26044,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -26212,7 +26266,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -26237,14 +26291,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -26252,12 +26306,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -26281,10 +26335,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -26311,7 +26365,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -26821,6 +26874,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -27062,20 +27116,171 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.operationStatus: - title: operationStatus + microsoft.graph.channelMembershipType: + title: channelMembershipType enum: - - NotStarted - - Running - - Completed - - Failed + - standard + - private + - unknownFutureValue + - shared type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.teamsApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsApp + type: object + properties: + displayName: + type: string + description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + nullable: true + distributionMethod: + $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' + externalId: + type: string + description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. + nullable: true + appDefinitions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + description: The details for each version of the app. + additionalProperties: + type: object + microsoft.graph.teamsAppDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppDefinition + type: object + properties: + allowedInstallationScopes: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' + azureADAppId: + type: string + description: The WebApplicationInfo.id from the Teams App manifest. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: + type: string + description: Verbose description of the application. + nullable: true + displayName: + type: string + description: The name of the app provided by the app developer. + nullable: true + 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 + format: date-time + nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' + shortdescription: + type: string + nullable: true + teamsAppId: + type: string + description: The id from the Teams App manifest. + nullable: true + version: + type: string + description: The version number of the application. + nullable: true + bot: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.operationStatus: + title: operationStatus + enum: + - NotStarted + - Running + - Completed + - Failed + type: string + microsoft.graph.timeClockSettings: + title: timeClockSettings + type: object + properties: + approvedLocation: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' additionalProperties: type: object microsoft.graph.offerShiftRequest: @@ -27096,11 +27301,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -27188,7 +27393,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -27280,157 +27485,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.teamsApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsApp - type: object - properties: - displayName: - type: string - description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - externalId: - type: string - description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. - nullable: true - appDefinitions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - description: The details for each version of the app. - additionalProperties: - type: object - microsoft.graph.teamsAppDefinition: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsAppDefinition - type: object - properties: - allowedInstallationScopes: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' - azureADAppId: - type: string - description: The WebApplicationInfo.id from the Teams App manifest. - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - description: - type: string - description: Verbose description of the application. - nullable: true - displayName: - type: string - description: The name of the app provided by the app developer. - nullable: true - 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 - format: date-time - nullable: true - publishingState: - $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' - shortdescription: - type: string - nullable: true - teamsAppId: - type: string - description: The ID from the Teams app manifest. - nullable: true - version: - type: string - description: The version number of the application. - nullable: true - bot: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -27721,7 +27775,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -27980,11 +28034,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -29072,6 +29126,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -29123,7 +29201,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -29501,7 +29579,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -29586,7 +29664,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -29624,7 +29702,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -29688,7 +29766,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -29902,11 +29980,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -30106,6 +30184,52 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppInstallationScopes: + title: teamsAppInstallationScopes + enum: + - team + - groupChat + - personal + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string + microsoft.graph.teamworkBot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkBot + type: object + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -30273,52 +30397,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string - microsoft.graph.teamsAppInstallationScopes: - title: teamsAppInstallationScopes - enum: - - team - - groupChat - - personal - - unknownFutureValue - type: string - microsoft.graph.teamsAppPublishingState: - title: teamsAppPublishingState - enum: - - submitted - - rejected - - published - - unknownFutureValue - type: string - microsoft.graph.teamworkBot: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkBot - type: object - additionalProperties: - type: object microsoft.graph.volumeType: title: volumeType enum: @@ -30791,6 +30869,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -30847,7 +30947,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -30892,11 +30992,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -30977,7 +31077,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -31215,7 +31315,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -31226,7 +31326,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -31451,7 +31551,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index ced0eb00c08..4318ddbb374 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -26751,7 +26751,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -27087,14 +27087,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -27102,12 +27102,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -27131,10 +27131,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.sharedDriveItem: @@ -27619,12 +27619,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -27707,7 +27707,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -27934,7 +27934,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -27971,7 +27971,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -28589,30 +28588,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -28620,25 +28619,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -28646,7 +28645,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -28674,7 +28673,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -28684,7 +28683,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -28707,29 +28706,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -28737,59 +28736,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -28803,35 +28802,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -28839,7 +28838,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -28847,7 +28846,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -28859,12 +28858,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -28876,39 +28875,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -28943,7 +28942,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -29003,7 +29002,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -29027,7 +29026,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -29043,7 +29042,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -29171,7 +29170,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -29297,7 +29296,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -29382,7 +29381,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -29420,7 +29419,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -29484,7 +29483,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -29631,6 +29630,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29955,12 +29955,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -30152,7 +30152,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -30188,7 +30188,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -30410,15 +30410,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -30430,7 +30430,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -30655,7 +30655,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -30666,12 +30666,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -30871,7 +30871,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -30909,7 +30909,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -30950,7 +30950,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -31023,13 +31023,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -31056,7 +31056,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -31074,11 +31074,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -31098,7 +31098,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -31129,12 +31129,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -31144,7 +31144,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -31153,7 +31153,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -31183,7 +31183,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -31321,7 +31321,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -31523,7 +31523,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -31656,11 +31656,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -31672,22 +31672,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -31702,7 +31702,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -31719,26 +31719,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -31750,13 +31750,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -31772,11 +31772,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -31787,18 +31787,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -31812,10 +31817,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -31823,7 +31828,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -31831,24 +31836,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -31861,11 +31866,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -31875,24 +31880,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -31915,15 +31920,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -31931,11 +31936,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -31943,7 +31948,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -31958,11 +31963,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -31981,7 +31986,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -31999,11 +32004,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -32011,15 +32016,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -32028,7 +32033,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -32164,7 +32169,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -32366,7 +32371,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -32590,7 +32595,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -32615,7 +32620,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -32688,7 +32693,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -32712,7 +32717,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -32873,6 +32878,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -32883,7 +32890,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -32980,6 +32987,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -33040,8 +33052,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -33079,6 +33089,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -33124,11 +33136,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -33214,7 +33226,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -33321,11 +33333,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -33814,7 +33826,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -33857,11 +33869,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -33976,10 +33988,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -34132,7 +34144,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -34326,18 +34338,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -34983,6 +35000,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -36162,14 +36201,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -36296,17 +36335,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -37124,7 +37163,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -37170,6 +37209,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -37487,12 +37538,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -37512,18 +37563,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -37540,7 +37591,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -37552,15 +37603,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -37651,7 +37705,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -37713,99 +37767,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -37934,6 +37895,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -37997,7 +38051,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -38008,7 +38062,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -38546,7 +38600,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -38669,7 +38723,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -38716,7 +38770,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -38786,7 +38840,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -39045,11 +39099,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -40194,6 +40248,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -40292,7 +40370,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -40312,7 +40390,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -40449,6 +40527,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.timeClockSettings: title: timeClockSettings type: object @@ -40475,11 +40637,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -40567,7 +40729,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -40659,90 +40821,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -40842,7 +40920,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -41597,6 +41675,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -41684,10 +41784,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -41855,21 +41970,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index f2b47a5850b..92faf4e9d7a 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -24109,7 +24109,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -24150,7 +24150,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -24223,13 +24223,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -24256,7 +24256,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -24274,11 +24274,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -24298,7 +24298,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -24329,12 +24329,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -24344,7 +24344,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -24353,7 +24353,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -24383,7 +24383,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -24486,7 +24486,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -24511,10 +24511,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -24692,7 +24692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -24703,12 +24703,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -24837,7 +24837,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -24882,7 +24882,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -25019,18 +25019,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -25086,7 +25091,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -25356,15 +25361,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -25376,7 +25381,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -25658,8 +25663,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -25697,6 +25700,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.attachmentType: @@ -25775,11 +25780,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -26098,7 +26103,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -26728,7 +26733,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -26787,14 +26792,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -27023,7 +27028,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -27085,99 +27090,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -27316,30 +27228,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -27347,25 +27259,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -27373,7 +27285,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -27401,7 +27313,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -27411,7 +27323,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -27434,29 +27346,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -27464,59 +27376,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -27530,35 +27442,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -27566,7 +27478,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -27574,7 +27486,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -27586,12 +27498,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -27603,39 +27515,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -27670,7 +27582,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -27730,7 +27642,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -27754,7 +27666,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -27770,7 +27682,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -27914,6 +27826,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.dayOfWeek: title: dayOfWeek enum: @@ -28073,7 +28078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -28245,7 +28250,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -28513,12 +28518,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -28601,7 +28606,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -28823,7 +28828,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -28848,14 +28853,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -28863,12 +28868,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -28892,10 +28897,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -28922,7 +28927,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -29432,6 +29436,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29740,296 +29745,86 @@ components: - moderate - unknownFutureValue type: string - microsoft.graph.timeClockSettings: - title: timeClockSettings + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings type: object properties: - approvedLocation: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' additionalProperties: type: object - microsoft.graph.offerShiftRequest: + microsoft.graph.chatMessage: allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: offerShiftRequest + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chatMessage type: object properties: - recipientActionDateTime: + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageAttachment' + description: Attached files. Attachments are currently read-only – sending attachments is not supported. + body: + $ref: '#/components/schemas/microsoft.graph.itemBody' + channelIdentity: + $ref: '#/components/schemas/microsoft.graph.channelIdentity' + chatId: + type: string + description: 'If the message was sent in a chat, represents the identity of the chat.' + nullable: true + 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 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 is 2014-01-01T00:00:00Z' + description: Timestamp of when the chat message was created. format: date-time nullable: true - recipientActionMessage: + 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 - description: Custom message sent by recipient of the offer shift request. + description: 'Read only. Timestamp at which the chat message was deleted, or null if not deleted.' + format: date-time nullable: true - recipientUserId: + etag: type: string - description: User ID of the recipient of the offer shift request. + description: Read-only. Version number of the chat message. nullable: true - senderShiftId: + from: + $ref: '#/components/schemas/microsoft.graph.identitySet' + importance: + $ref: '#/components/schemas/microsoft.graph.chatMessageImportance' + lastEditedDateTime: + 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: User ID of the sender of the offer shift request. - nullable: true - additionalProperties: - type: object - microsoft.graph.openShiftChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: openShiftChangeRequest - type: object - properties: - openShiftId: - type: string - description: ID for the open shift. - nullable: true - additionalProperties: - type: object - microsoft.graph.openShift: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: openShift - type: object - properties: - draftOpenShift: - $ref: '#/components/schemas/microsoft.graph.openShiftItem' - isStagedForDeletion: - type: boolean - nullable: true - schedulingGroupId: - type: string - description: ID for the scheduling group that the open shift belongs to. - nullable: true - sharedOpenShift: - $ref: '#/components/schemas/microsoft.graph.openShiftItem' - additionalProperties: - type: object - microsoft.graph.schedulingGroup: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: schedulingGroup - type: object - properties: - displayName: - type: string - description: The display name for the schedulingGroup. Required. - nullable: true - isActive: - type: boolean - description: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required. - nullable: true - userIds: - type: array - items: - type: string - nullable: true - description: The list of user IDs that are a member of the schedulingGroup. Required. - additionalProperties: - type: object - microsoft.graph.shift: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: shift - type: object - properties: - draftShift: - $ref: '#/components/schemas/microsoft.graph.shiftItem' - isStagedForDeletion: - type: boolean - nullable: true - schedulingGroupId: - type: string - description: ID of the scheduling group the shift is part of. Required. - nullable: true - sharedShift: - $ref: '#/components/schemas/microsoft.graph.shiftItem' - userId: - type: string - description: ID of the user assigned to the shift. Required. - nullable: true - additionalProperties: - type: object - microsoft.graph.swapShiftsChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - - title: swapShiftsChangeRequest - type: object - properties: - recipientShiftId: - type: string - description: ShiftId for the recipient user with whom the request is to swap. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeCard: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: timeCard - type: object - properties: - breaks: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCardBreak' - clockInEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - clockOutEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - confirmedBy: - $ref: '#/components/schemas/microsoft.graph.confirmedBy' - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - originalEntry: - $ref: '#/components/schemas/microsoft.graph.timeCardEntry' - state: - $ref: '#/components/schemas/microsoft.graph.timeCardState' - userId: - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.timeOffReason: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: timeOffReason - type: object - properties: - displayName: - type: string - description: The name of the timeOffReason. Required. - nullable: true - iconType: - $ref: '#/components/schemas/microsoft.graph.timeOffReasonIconType' - isActive: - type: boolean - description: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeOffRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - - title: timeOffRequest - type: object - properties: - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - timeOffReasonId: - type: string - description: The reason for the time off. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeOff: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: timeOff - type: object - properties: - draftTimeOff: - $ref: '#/components/schemas/microsoft.graph.timeOffItem' - isStagedForDeletion: - type: boolean - nullable: true - sharedTimeOff: - $ref: '#/components/schemas/microsoft.graph.timeOffItem' - userId: - type: string - description: ID of the user assigned to the timeOff. Required. - nullable: true - additionalProperties: - type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.chatMessage: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: chatMessage - type: object - properties: - attachments: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.chatMessageAttachment' - description: Attached files. Attachments are currently read-only – sending attachments is not supported. - body: - $ref: '#/components/schemas/microsoft.graph.itemBody' - channelIdentity: - $ref: '#/components/schemas/microsoft.graph.channelIdentity' - chatId: - type: string - description: The identity of the chat in which the message was posted. - nullable: true - 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: Read only. Timestamp of when the chat message was created. - format: date-time - nullable: true - 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 - description: 'Read only. Timestamp at which the chat message was deleted, or null if not deleted.' - format: date-time - nullable: true - etag: - type: string - description: Read-only. Version number of the chat message. - nullable: true - from: - $ref: '#/components/schemas/microsoft.graph.identitySet' - importance: - $ref: '#/components/schemas/microsoft.graph.chatMessageImportance' - lastEditedDateTime: - 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -30046,7 +29841,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -30058,15 +29853,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -30156,7 +29954,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -30225,12 +30023,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -30398,7 +30196,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -30434,7 +30232,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -30810,7 +30608,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -30927,7 +30725,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -31129,7 +30927,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -31255,11 +31053,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -31271,22 +31069,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -31301,7 +31099,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -31318,26 +31116,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -31349,13 +31147,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -31371,11 +31169,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -31386,18 +31184,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -31411,10 +31214,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -31422,7 +31225,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -31430,24 +31233,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -31460,11 +31263,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -31474,24 +31277,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -31514,15 +31317,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -31530,11 +31333,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -31542,7 +31345,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -31557,11 +31360,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -31580,7 +31383,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -31598,11 +31401,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -31610,15 +31413,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -31627,7 +31430,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -31763,7 +31566,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -31965,7 +31768,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -32167,7 +31970,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -32192,7 +31995,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -32265,7 +32068,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -32289,7 +32092,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -32450,6 +32253,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -32460,7 +32265,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -32557,6 +32362,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -32611,8 +32421,218 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.attendeeType: - title: attendeeType + microsoft.graph.timeClockSettings: + title: timeClockSettings + type: object + properties: + approvedLocation: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + additionalProperties: + type: object + microsoft.graph.offerShiftRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: offerShiftRequest + type: object + properties: + recipientActionDateTime: + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + recipientActionMessage: + type: string + description: Custom message sent by recipient of the offer shift request. + nullable: true + recipientUserId: + type: string + description: User id of the recipient of the offer shift request. + nullable: true + senderShiftId: + type: string + description: User id of the sender of the offer shift request. + nullable: true + additionalProperties: + type: object + microsoft.graph.openShiftChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: openShiftChangeRequest + type: object + properties: + openShiftId: + type: string + description: ID for the open shift. + nullable: true + additionalProperties: + type: object + microsoft.graph.openShift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: openShift + type: object + properties: + draftOpenShift: + $ref: '#/components/schemas/microsoft.graph.openShiftItem' + isStagedForDeletion: + type: boolean + nullable: true + schedulingGroupId: + type: string + description: ID for the scheduling group that the open shift belongs to. + nullable: true + sharedOpenShift: + $ref: '#/components/schemas/microsoft.graph.openShiftItem' + additionalProperties: + type: object + microsoft.graph.schedulingGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: schedulingGroup + type: object + properties: + displayName: + type: string + description: The display name for the schedulingGroup. Required. + nullable: true + isActive: + type: boolean + description: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required. + nullable: true + userIds: + type: array + items: + type: string + nullable: true + description: The list of user IDs that are a member of the schedulingGroup. Required. + additionalProperties: + type: object + microsoft.graph.shift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: shift + type: object + properties: + draftShift: + $ref: '#/components/schemas/microsoft.graph.shiftItem' + isStagedForDeletion: + type: boolean + nullable: true + schedulingGroupId: + type: string + description: ID of the scheduling group the shift is part of. Required. + nullable: true + sharedShift: + $ref: '#/components/schemas/microsoft.graph.shiftItem' + userId: + type: string + description: ID of the user assigned to the shift. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.swapShiftsChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + - title: swapShiftsChangeRequest + type: object + properties: + recipientShiftId: + type: string + description: Shift ID for the recipient user with whom the request is to swap. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeCard: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeCard + type: object + properties: + breaks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCardBreak' + clockInEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + clockOutEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + confirmedBy: + $ref: '#/components/schemas/microsoft.graph.confirmedBy' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + originalEntry: + $ref: '#/components/schemas/microsoft.graph.timeCardEntry' + state: + $ref: '#/components/schemas/microsoft.graph.timeCardState' + userId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOffReason: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeOffReason + type: object + properties: + displayName: + type: string + description: The name of the timeOffReason. Required. + nullable: true + iconType: + $ref: '#/components/schemas/microsoft.graph.timeOffReasonIconType' + isActive: + type: boolean + description: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOffRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: timeOffRequest + type: object + properties: + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + timeOffReasonId: + type: string + description: The reason for the time off. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOff: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeOff + type: object + properties: + draftTimeOff: + $ref: '#/components/schemas/microsoft.graph.timeOffItem' + isStagedForDeletion: + type: boolean + nullable: true + sharedTimeOff: + $ref: '#/components/schemas/microsoft.graph.timeOffItem' + userId: + type: string + description: ID of the user assigned to the timeOff. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.attendeeType: + title: attendeeType enum: - required - optional @@ -32819,7 +32839,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -32904,7 +32924,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -32942,7 +32962,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -33006,7 +33026,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -33220,11 +33240,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -33469,222 +33489,31 @@ components: type: object microsoft.graph.plannerTaskDetails: allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerTaskDetails - type: object - properties: - checklist: - $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' - description: - type: string - description: Description of the task - nullable: true - previewType: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - references: - $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' - additionalProperties: - type: object - microsoft.graph.plannerProgressTaskBoardTaskFormat: - allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerProgressTaskBoardTaskFormat - type: object - properties: - orderHint: - type: string - description: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here. - nullable: true - additionalProperties: - type: object - microsoft.graph.scheduleChangeRequest: - allOf: - - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - - title: scheduleChangeRequest - type: object - properties: - assignedTo: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' - managerActionDateTime: - 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 - managerActionMessage: - type: string - nullable: true - managerUserId: - type: string - nullable: true - senderDateTime: - 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 - senderMessage: - type: string - nullable: true - senderUserId: - type: string - nullable: true - state: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' - additionalProperties: - type: object - microsoft.graph.changeTrackedEntity: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: changeTrackedEntity - type: object - properties: - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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 - description: '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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - additionalProperties: - type: object - microsoft.graph.openShiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.shiftItem' - - title: openShiftItem - type: object - properties: - openSlotCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Count of the number of slots for the given open shift. - format: int32 - additionalProperties: - type: object - microsoft.graph.shiftItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: shiftItem - type: object - properties: - activities: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shiftActivity' - description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' - displayName: - type: string - description: The shift label of the shiftItem. - nullable: true - notes: - type: string - description: The shift notes for the shiftItem. - nullable: true - additionalProperties: - type: object - microsoft.graph.timeCardBreak: - title: timeCardBreak - type: object - properties: - breakId: - type: string - nullable: true - end: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - start: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - additionalProperties: - type: object - microsoft.graph.timeCardEvent: - title: timeCardEvent - type: object - properties: - atApprovedLocation: - type: boolean - nullable: true - dateTime: - 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 - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - additionalProperties: - type: object - microsoft.graph.confirmedBy: - title: confirmedBy - enum: - - none - - user - - manager - - unknownFutureValue - type: string - microsoft.graph.timeCardEntry: - title: timeCardEntry - type: object - properties: - breaks: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCardBreak' - clockInEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - clockOutEvent: - $ref: '#/components/schemas/microsoft.graph.timeCardEvent' - additionalProperties: - type: object - microsoft.graph.timeCardState: - title: timeCardState - enum: - - clockedIn - - onBreak - - clockedOut - - unknownFutureValue - type: string - microsoft.graph.timeOffReasonIconType: - title: timeOffReasonIconType - enum: - - none - - car - - calendar - - running - - plane - - firstAid - - doctor - - notWorking - - clock - - juryDuty - - globe - - cup - - phone - - weather - - umbrella - - piggyBank - - dog - - cake - - trafficCone - - pin - - sunny - - unknownFutureValue - type: string - microsoft.graph.timeOffItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' - - title: timeOffItem + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerTaskDetails type: object properties: - timeOffReasonId: + checklist: + $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' + description: type: string - description: ID of the timeOffReason for this timeOffItem. Required. + description: Description of the task + nullable: true + previewType: + $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' + references: + $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' + additionalProperties: + type: object + microsoft.graph.plannerProgressTaskBoardTaskFormat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerProgressTaskBoardTaskFormat + type: object + properties: + orderHint: + type: string + description: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here. nullable: true additionalProperties: type: object @@ -33713,7 +33542,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -34135,7 +33964,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -34672,6 +34501,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -35825,17 +35676,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -36658,7 +36509,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -36704,6 +36555,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -36968,44 +36831,235 @@ components: - meeting - unknownFutureValue type: string - microsoft.graph.userScopeTeamsAppInstallation: - allOf: - - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - - title: userScopeTeamsAppInstallation - type: object - properties: - chat: - $ref: '#/components/schemas/microsoft.graph.chat' - additionalProperties: - type: object - microsoft.graph.todoTaskList: + microsoft.graph.userScopeTeamsAppInstallation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' + - title: userScopeTeamsAppInstallation + type: object + properties: + chat: + $ref: '#/components/schemas/microsoft.graph.chat' + additionalProperties: + type: object + microsoft.graph.todoTaskList: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: todoTaskList + type: object + properties: + displayName: + type: string + description: The name of the task list. + nullable: true + isOwner: + type: boolean + description: True if the user is owner of the given task list. + isShared: + type: boolean + description: True if the task list is shared with other users + wellknownListName: + $ref: '#/components/schemas/microsoft.graph.wellknownListName' + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the task list. Nullable. + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.todoTask' + description: The tasks in this task list. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.scheduleChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: scheduleChangeRequest + type: object + properties: + assignedTo: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' + managerActionDateTime: + 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 + managerActionMessage: + type: string + nullable: true + managerUserId: + type: string + nullable: true + senderDateTime: + 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 + senderMessage: + type: string + nullable: true + senderUserId: + type: string + nullable: true + state: + $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' + additionalProperties: + type: object + microsoft.graph.changeTrackedEntity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: changeTrackedEntity + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 + description: '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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.openShiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.shiftItem' + - title: openShiftItem + type: object + properties: + openSlotCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of the number of slots for the given open shift. + format: int32 + additionalProperties: + type: object + microsoft.graph.shiftItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: shiftItem + type: object + properties: + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shiftActivity' + description: 'An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.' + displayName: + type: string + description: The shift label of the shiftItem. + nullable: true + notes: + type: string + description: The shift notes for the shiftItem. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeCardBreak: + title: timeCardBreak + type: object + properties: + breakId: + type: string + nullable: true + end: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + start: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + additionalProperties: + type: object + microsoft.graph.timeCardEvent: + title: timeCardEvent + type: object + properties: + atApprovedLocation: + type: boolean + nullable: true + dateTime: + 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 + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + additionalProperties: + type: object + microsoft.graph.confirmedBy: + title: confirmedBy + enum: + - none + - user + - manager + - unknownFutureValue + type: string + microsoft.graph.timeCardEntry: + title: timeCardEntry + type: object + properties: + breaks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCardBreak' + clockInEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + clockOutEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + additionalProperties: + type: object + microsoft.graph.timeCardState: + title: timeCardState + enum: + - clockedIn + - onBreak + - clockedOut + - unknownFutureValue + type: string + microsoft.graph.timeOffReasonIconType: + title: timeOffReasonIconType + enum: + - none + - car + - calendar + - running + - plane + - firstAid + - doctor + - notWorking + - clock + - juryDuty + - globe + - cup + - phone + - weather + - umbrella + - piggyBank + - dog + - cake + - trafficCone + - pin + - sunny + - unknownFutureValue + type: string + microsoft.graph.timeOffItem: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: todoTaskList + - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' + - title: timeOffItem type: object properties: - displayName: + timeOffReasonId: type: string - description: The name of the task list. + description: ID of the timeOffReason for this timeOffItem. Required. nullable: true - isOwner: - type: boolean - description: True if the user is owner of the given task list. - isShared: - type: boolean - description: True if the task list is shared with other users - wellknownListName: - $ref: '#/components/schemas/microsoft.graph.wellknownListName' - extensions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the task list. Nullable. - tasks: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.todoTask' - description: The tasks in this task list. Read-only. Nullable. additionalProperties: type: object microsoft.graph.mediaSourceContentCategory: @@ -37025,11 +37079,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -37110,7 +37164,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -37271,73 +37325,6 @@ components: type: object additionalProperties: type: object - microsoft.graph.scheduleChangeRequestActor: - title: scheduleChangeRequestActor - enum: - - sender - - recipient - - manager - - system - - unknownFutureValue - type: string - microsoft.graph.scheduleChangeState: - title: scheduleChangeState - enum: - - pending - - approved - - declined - - unknownFutureValue - type: string - microsoft.graph.scheduleEntity: - title: scheduleEntity - type: object - properties: - 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 - format: date-time - 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 - format: date-time - nullable: true - theme: - $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' - additionalProperties: - type: object - microsoft.graph.shiftActivity: - title: shiftActivity - type: object - properties: - code: - type: string - description: Customer defined code for the shiftActivity. Required. - nullable: true - displayName: - type: string - description: The name of the shiftActivity. Required. - 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 end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' - format: date-time - nullable: true - isPaid: - type: boolean - description: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required. - 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 start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' - format: date-time - nullable: true - theme: - $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' - additionalProperties: - type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -37394,7 +37381,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -37653,7 +37640,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -37912,11 +37899,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -38897,6 +38884,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -39000,6 +39011,73 @@ components: description: A collection of resources linked to the task. additionalProperties: type: object + microsoft.graph.scheduleChangeRequestActor: + title: scheduleChangeRequestActor + enum: + - sender + - recipient + - manager + - system + - unknownFutureValue + type: string + microsoft.graph.scheduleChangeState: + title: scheduleChangeState + enum: + - pending + - approved + - declined + - unknownFutureValue + type: string + microsoft.graph.scheduleEntity: + title: scheduleEntity + type: object + properties: + 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 + format: date-time + 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 + format: date-time + nullable: true + theme: + $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' + additionalProperties: + type: object + microsoft.graph.shiftActivity: + title: shiftActivity + type: object + properties: + code: + type: string + description: Customer defined code for the shiftActivity. Required. + nullable: true + displayName: + type: string + description: The name of the shiftActivity. Required. + 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 end date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' + format: date-time + nullable: true + isPaid: + type: boolean + description: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required. + 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 start date and time for the shiftActivity. 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 is 2014-01-01T00:00:00Z. Required.' + format: date-time + nullable: true + theme: + $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' + additionalProperties: + type: object microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39023,7 +39101,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -39034,7 +39112,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -39205,23 +39283,6 @@ components: description: Represents the worksheet protection option of allowing using sort feature. additionalProperties: type: object - microsoft.graph.scheduleEntityTheme: - title: scheduleEntityTheme - enum: - - white - - blue - - green - - purple - - pink - - yellow - - gray - - darkBlue - - darkGreen - - darkPurple - - darkPink - - darkYellow - - unknownFutureValue - type: string microsoft.graph.volumeType: title: volumeType enum: @@ -39651,6 +39712,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39675,6 +39758,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.scheduleEntityTheme: + title: scheduleEntityTheme + enum: + - white + - blue + - green + - purple + - pink + - yellow + - gray + - darkBlue + - darkGreen + - darkPurple + - darkPink + - darkYellow + - unknownFutureValue + type: string microsoft.graph.workbookFilterCriteria: title: workbookFilterCriteria type: object @@ -39712,7 +39812,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index c4ee1671842..89020a61bda 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -11705,7 +11705,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -11730,7 +11730,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -11803,7 +11803,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -11827,7 +11827,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -12121,7 +12121,7 @@ components: type: array items: type: string - description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' + description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline,SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' domainNameReferences: type: array items: @@ -12241,12 +12241,12 @@ components: 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])$' type: string - description: 'The time and date at which the tenant was last synced with the on-premise directory. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'The time and date at which the tenant was last synced with the on-premise directory. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced. Nullable. null if this object has never been synced from an on-premises directory (default). + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; Nullable. null if this object has never been synced from an on-premises directory (default). nullable: true postalCode: type: string @@ -12299,12 +12299,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the organization. Read-only. Nullable. + description: The collection of open extensions defined for the organization resource. Nullable. settings: $ref: '#/components/schemas/microsoft.graph.organizationSettings' additionalProperties: @@ -12644,19 +12644,19 @@ components: properties: defaultValue: type: string - description: Default value for the setting. + description: Default value for the setting. Read-only. nullable: true description: type: string - description: Description of the setting. + description: Description of the setting. Read-only. nullable: true name: type: string - description: Name of the setting. + description: Name of the setting. Read-only. nullable: true type: type: string - description: Type of the setting. + description: Type of the setting. Read-only. nullable: true additionalProperties: type: object @@ -12687,12 +12687,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -12903,7 +12903,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -12948,7 +12948,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index f26480e00a6..6b58f1cf35e 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -110611,7 +110611,7 @@ components: nullable: true isPerDeviceAcceptanceRequired: type: boolean - description: 'Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven''t already done so.' + description: 'This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven''t already done so.' nullable: true isViewingBeforeAcceptanceRequired: type: boolean @@ -110636,7 +110636,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. + description: 'PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.' additionalProperties: type: object microsoft.graph.agreementAcceptance: @@ -110647,11 +110647,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -110663,22 +110663,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -110693,7 +110693,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -112400,7 +112400,7 @@ components: 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 DateTime when the agreement is set to expire for all users. 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''.' + description: 'The DateTime when the agreement is set to expire for all users. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true additionalProperties: @@ -112936,11 +112936,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -113003,7 +113003,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 30b70c1569c..859a39b4d1d 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -15258,20 +15258,20 @@ components: nullable: true invitedUserEmailAddress: type: string - description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks ('')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.' + description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (`' invitedUserMessageInfo: $ref: '#/components/schemas/microsoft.graph.invitedUserMessageInfo' invitedUserType: type: string - description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.' + description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you''re are company administrator.' nullable: true inviteRedeemUrl: type: string - description: The URL the user can use to redeem their invitation. Read-only + description: The URL the user can use to redeem their invitation. Read-only. nullable: true inviteRedirectUrl: type: string - description: The URL the user should be redirected to once the invitation is redeemed. Required. + description: The URL user should be redirected to once the invitation is redeemed. Required. resetRedemption: type: boolean nullable: true @@ -15281,7 +15281,7 @@ components: nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error' + description: 'The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error' nullable: true invitedUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -15297,30 +15297,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -15328,25 +15328,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -15354,7 +15354,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -15382,7 +15382,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -15392,7 +15392,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -15415,29 +15415,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -15445,59 +15445,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -15511,35 +15511,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -15547,7 +15547,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -15555,7 +15555,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -15567,12 +15567,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -15584,39 +15584,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -15651,7 +15651,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -15711,7 +15711,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -15735,7 +15735,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -15751,7 +15751,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -16009,7 +16009,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' - description: The list of reviewers for the admin consent. Required. + description: Required. version: maximum: 2147483647 minimum: -2147483648 @@ -16264,7 +16264,7 @@ components: items: type: string nullable: true - description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' + description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the publishedPermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' permissionType: $ref: '#/components/schemas/microsoft.graph.permissionType' resourceApplication: @@ -16398,7 +16398,7 @@ components: activityDateTime: 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: 'Date and time that the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z' + description: 'Date and time that the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalInfo: @@ -16412,7 +16412,7 @@ components: detectedDateTime: 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: 'Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z' + description: 'Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true detectionTimingType: @@ -16424,7 +16424,7 @@ components: lastUpdatedDateTime: 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: 'Date and time that the risk detection was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z' + description: Date and time that the risk detection was last updated. format: date-time nullable: true location: @@ -16437,7 +16437,7 @@ components: $ref: '#/components/schemas/microsoft.graph.riskDetail' riskEventType: type: string - description: 'The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, investigationsThreatIntelligenceSigninLinked, maliciousIPAddressValidCredentialsBlockedIP, and unknownFutureValue. If the risk detection is a premium detection, will show generic' + description: 'The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, investigationsThreatIntelligenceSigninLinked, maliciousIPAddressValidCredentialsBlockedIP, and unknownFutureValue.' nullable: true riskLevel: $ref: '#/components/schemas/microsoft.graph.riskLevel' @@ -16453,11 +16453,11 @@ components: $ref: '#/components/schemas/microsoft.graph.tokenIssuerType' userDisplayName: type: string - description: The user principal name (UPN) of the user. + description: Name of the user. nullable: true userId: type: string - description: Unique ID of the user. + description: 'Unique ID of the user. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' nullable: true userPrincipalName: type: string @@ -16775,7 +16775,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -16800,7 +16800,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -16873,7 +16873,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -16897,7 +16897,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -17180,7 +17180,7 @@ components: type: array items: type: string - description: 'List of custom controls IDs required by the policy. For more information, see Custom controls.' + description: 'List of custom controls IDs required by the policy. Learn more about custom controls here: https://docs.microsoft.com/azure/active-directory/conditional-access/controls#custom-controls-preview' operator: type: string description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' @@ -17558,12 +17558,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -17755,7 +17755,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -17791,7 +17791,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -17949,15 +17949,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -17969,7 +17969,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -18194,7 +18194,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -18205,12 +18205,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -18410,7 +18410,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -18448,7 +18448,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -18489,7 +18489,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -18562,13 +18562,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -18595,7 +18595,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -18613,11 +18613,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -18637,7 +18637,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -18668,12 +18668,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -18683,7 +18683,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -18692,7 +18692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -18722,7 +18722,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -18860,7 +18860,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -19062,7 +19062,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -19317,11 +19317,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -19333,22 +19333,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -19363,7 +19363,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -19380,26 +19380,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -19411,13 +19411,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -19433,11 +19433,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -19448,18 +19448,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -19473,10 +19478,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -19484,7 +19489,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -19492,24 +19497,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -19522,11 +19527,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -19536,24 +19541,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -19576,15 +19581,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -19592,11 +19597,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -19604,7 +19609,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -19619,11 +19624,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -19642,7 +19647,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -19660,11 +19665,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -19672,15 +19677,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -19689,7 +19694,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -19825,7 +19830,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -20027,7 +20032,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -20380,6 +20385,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -20390,7 +20397,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -20439,6 +20446,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -20499,8 +20511,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -20538,6 +20548,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -20627,11 +20639,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -21453,7 +21465,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -21496,11 +21508,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -21615,10 +21627,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -21763,7 +21775,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -21957,18 +21969,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -22962,7 +22979,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -23208,6 +23225,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -24374,14 +24413,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -24508,17 +24547,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -25476,7 +25515,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -25522,6 +25561,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -25597,12 +25648,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -25622,18 +25673,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -25650,7 +25701,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -25662,15 +25713,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -25761,7 +25815,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -25823,99 +25877,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26044,6 +26005,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -26106,12 +26160,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -26451,7 +26505,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -26574,7 +26628,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -26621,7 +26675,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -26691,7 +26745,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -26913,7 +26967,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -27248,7 +27302,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -27470,7 +27524,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -27495,14 +27549,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -27510,12 +27564,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -27539,10 +27593,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -27569,7 +27623,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -28079,6 +28132,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29411,6 +29465,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29468,7 +29546,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -29488,7 +29566,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -29625,6 +29703,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -29659,11 +29821,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -29751,7 +29913,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -29843,90 +30005,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -30237,7 +30315,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -30322,7 +30400,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -30360,7 +30438,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -30424,7 +30502,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -30638,11 +30716,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -31229,6 +31307,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -31316,10 +31416,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -31487,21 +31602,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31543,11 +31643,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -31628,7 +31728,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -31866,7 +31966,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -31877,7 +31977,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -32102,7 +32202,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index ff46f3781f3..c2a2d150350 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -6182,7 +6182,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -6331,7 +6331,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -6447,11 +6447,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -6501,7 +6501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -6801,10 +6801,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 115cd84ba2f..cbb1f513923 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -6344,7 +6344,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -7248,12 +7248,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index 4c4edf5f0f3..6a0fea18fa3 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/PersonalContacts.yml @@ -4295,7 +4295,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -4507,11 +4507,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -4530,10 +4530,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 0846f2daab9..d49d65dc873 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -12312,14 +12312,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerBucket: @@ -12636,7 +12636,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.plannerDelta: diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index b6831919e79..65370976527 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -7946,7 +7946,7 @@ components: format: date-time activityDisplayName: type: string - description: 'Indicates the activity name or the operation name (examples: ''Create User'' and ''Add member to group''). For full list, see Azure AD activity list.' + description: 'Indicates the activity name or the operation name (E.g. ''Create User'', ''Add member to group''). For a list of activities logged, refer to Azure Ad activity list.' additionalDetails: type: array items: @@ -8070,11 +8070,11 @@ components: nullable: true appDisplayName: type: string - description: App name displayed in the Azure Portal. + description: The application name displayed in the Azure Portal. nullable: true appId: type: string - description: Unique GUID representing the app ID in the Azure Active Directory. + description: The application identifier in Azure Active Directory. nullable: true appliedConditionalAccessPolicies: type: array @@ -8107,18 +8107,18 @@ components: $ref: '#/components/schemas/microsoft.graph.authenticationRequirementPolicy' clientAppUsed: type: string - description: 'Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP.' + description: 'The legacy client used for sign-in activity. For example: Browser, Exchange Active Sync, Modern clients, IMAP, MAPI, SMTP, or POP.' nullable: true conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: type: string - description: The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. + description: The identifier that's sent from the client when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. nullable: true 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: 'Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z.' + description: 'The date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time deviceDetail: $ref: '#/components/schemas/microsoft.graph.deviceDetail' @@ -8130,14 +8130,14 @@ components: nullable: true ipAddress: type: string - description: IP address of the client used to sign in. + description: The IP address of the client from where the sign-in occurred. nullable: true ipAddressFromResourceProvider: type: string nullable: true isInteractive: type: boolean - description: Indicates if a sign-in is interactive or not. + description: Indicates whether a sign-in is interactive or not. nullable: true location: $ref: '#/components/schemas/microsoft.graph.signInLocation' @@ -8161,11 +8161,11 @@ components: nullable: true resourceDisplayName: type: string - description: Name of the resource the user signed into. + description: The name of the resource that the user signed in to. nullable: true resourceId: type: string - description: ID of the resource that the user signed into. + description: The identifier of the resource that the user signed in to. nullable: true resourceTenantId: type: string @@ -8176,7 +8176,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskEventType' - description: 'Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue.' + description: 'The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue.' riskEventTypes_v2: type: array items: @@ -8220,14 +8220,14 @@ components: nullable: true userDisplayName: type: string - description: Display name of the user that initiated the sign-in. + description: The display name of the user. nullable: true userId: type: string - description: ID of the user that initiated the sign-in. + description: The identifier of the user. userPrincipalName: type: string - description: User principal name of the user that initiated the sign-in. + description: The UPN of the user. nullable: true userType: $ref: '#/components/schemas/microsoft.graph.signInUserType' @@ -8609,7 +8609,7 @@ components: properties: content: type: string - description: Not yet documented + description: Report content; details vary by report type. format: base64url nullable: true additionalProperties: @@ -11992,11 +11992,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -12069,15 +12069,15 @@ components: properties: displayName: type: string - description: Indicates the property name of the target attribute that was changed. + description: Name of property that was modified. nullable: true newValue: type: string - description: Indicates the updated value for the propery. + description: New property value. nullable: true oldValue: type: string - description: Indicates the previous value (before the update) for the property. + description: Old property value. nullable: true additionalProperties: type: object @@ -12178,7 +12178,7 @@ components: description: 'Refers to the session controls enforced by the conditional access policy (example: ''Require app enforced controls'').' id: type: string - description: An identifier of the conditional access policy. + description: Identifier of the conditional access policy. nullable: true result: $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult' @@ -12241,34 +12241,34 @@ components: properties: browser: type: string - description: Indicates the browser information of the used for signing in. + description: Indicates the browser information of the used for signing-in. nullable: true browserId: type: string nullable: true deviceId: type: string - description: Refers to the UniqueID of the device used for signing in. + description: Refers to the UniqueID of the device used for signing-in. nullable: true displayName: type: string - description: Refers to the name of the device used for signing in. + description: Refers to the name of the device used for signing-in. nullable: true isCompliant: type: boolean - description: Indicates whether the device is compliant. + description: Indicates whether the device is compliant or not. nullable: true isManaged: type: boolean - description: Indicates whether the device is managed. + description: Indicates if the device is managed or not. nullable: true operatingSystem: type: string - description: Indicates the operating system name and version used for signing in. + description: Indicates the OS name and version used for signing-in. nullable: true trustType: type: string - description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' + description: 'Indicates information on whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' nullable: true additionalProperties: type: object @@ -12847,12 +12847,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/beta/SchemaExtensions.yml b/openApiDocs/beta/SchemaExtensions.yml index 4a77030ec49..29efe9c61c5 100644 --- a/openApiDocs/beta/SchemaExtensions.yml +++ b/openApiDocs/beta/SchemaExtensions.yml @@ -245,7 +245,7 @@ components: type: array items: type: string - description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user.' + description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, or user.' additionalProperties: type: object microsoft.graph.entity: @@ -263,7 +263,7 @@ components: properties: name: type: string - description: The name of the strongly-typed property defined as part of a schema extension. + description: The name of the strongly typed property defined as part of a schema extension. nullable: true type: type: string diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index afb9cec5426..f753b121e27 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -4163,7 +4163,7 @@ components: description: The collection of compliance information associated with secure score control controlCategory: type: string - description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' + description: 'Control action category (Account, Data, Device, Apps, Infrastructure).' nullable: true controlStateUpdates: type: array @@ -4186,7 +4186,7 @@ components: nullable: true maxScore: type: number - description: max attainable score for the control. + description: Current obtained max score on specified date. format: double nullable: true rank: @@ -4213,7 +4213,7 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,' + description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing).' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' @@ -4898,7 +4898,7 @@ components: properties: applicationName: type: string - description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' + description: 'Name of the application managing the network connection (for example, Facebook, SMTP, etc.).' nullable: true destinationAddress: type: string @@ -5350,7 +5350,7 @@ components: properties: description: type: string - description: 'Description of the NIC (e.g. Ethernet adapter, Wireless LAN adapter Local Area Connection <#>, etc.).' + description: 'Description of the NIC (e.g. Ethernet adapter, Wireless LAN adapter Local Area Connection <#/>, etc.).' nullable: true ipV4Address: type: string diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 35080b19b96..b04ef251267 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -23399,7 +23399,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -23466,14 +23466,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -23481,12 +23481,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -23510,10 +23510,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.onenoteOperation: @@ -23552,7 +23552,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -24475,12 +24475,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -24563,7 +24563,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -24785,7 +24785,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -24822,7 +24822,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -25096,30 +25095,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -25127,25 +25126,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -25153,7 +25152,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -25181,7 +25180,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -25191,7 +25190,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -25214,29 +25213,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -25244,59 +25243,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -25310,35 +25309,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -25346,7 +25345,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -25354,7 +25353,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -25366,12 +25365,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -25383,39 +25382,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -25450,7 +25449,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -25510,7 +25509,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -25534,7 +25533,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -25550,7 +25549,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -25680,6 +25679,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -25937,7 +25937,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -26063,7 +26063,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -26148,7 +26148,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -26186,7 +26186,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -26250,7 +26250,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -26451,12 +26451,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -26648,7 +26648,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -26684,7 +26684,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -26906,15 +26906,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -26926,7 +26926,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -27151,7 +27151,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -27162,12 +27162,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -27367,7 +27367,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -27405,7 +27405,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -27446,7 +27446,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -27519,13 +27519,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -27552,7 +27552,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -27570,11 +27570,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -27594,7 +27594,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -27625,12 +27625,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -27640,7 +27640,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -27649,7 +27649,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -27679,7 +27679,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -27817,7 +27817,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -28019,7 +28019,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -28152,11 +28152,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -28168,22 +28168,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -28198,7 +28198,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -28215,26 +28215,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -28246,13 +28246,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -28268,11 +28268,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -28283,18 +28283,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -28308,10 +28313,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -28319,7 +28324,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -28327,24 +28332,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -28357,11 +28362,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -28371,24 +28376,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -28411,15 +28416,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -28427,11 +28432,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -28439,7 +28444,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -28454,11 +28459,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -28477,7 +28482,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -28495,11 +28500,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -28507,15 +28512,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -28524,7 +28529,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -28660,7 +28665,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -28862,7 +28867,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -29086,7 +29091,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -29111,7 +29116,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -29184,7 +29189,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -29208,7 +29213,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -29369,6 +29374,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -29379,7 +29386,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -29476,6 +29483,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -29536,8 +29548,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -29575,6 +29585,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -29630,11 +29642,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -29786,11 +29798,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -29876,7 +29888,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -30251,7 +30263,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -30294,11 +30306,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -30413,10 +30425,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -30569,7 +30581,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -30763,18 +30775,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -31420,6 +31437,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -32599,14 +32638,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -32733,17 +32772,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -33561,7 +33600,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -33607,6 +33646,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -33924,12 +33975,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -33949,18 +34000,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -33977,7 +34028,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -33989,15 +34040,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -34088,7 +34142,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -34150,99 +34204,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -34371,6 +34332,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -34472,7 +34526,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -34483,7 +34537,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -34965,7 +35019,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -35088,7 +35142,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -35135,7 +35189,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -35205,7 +35259,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -35464,11 +35518,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -36613,6 +36667,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -36711,7 +36789,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -36731,7 +36809,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -36868,6 +36946,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.timeClockSettings: title: timeClockSettings type: object @@ -36894,11 +37056,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -36986,7 +37148,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -37078,90 +37240,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -37261,7 +37339,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -38016,6 +38094,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -38103,10 +38203,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -38274,21 +38389,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 3637410418f..e9adaa01c80 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -667,6 +667,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -683,6 +684,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -762,6 +764,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -778,6 +781,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -800,6 +804,10 @@ paths: operationId: chats.ListMessages parameters: chat-id: $request.path.chat-id + permissionGrants: + operationId: chats.ListPermissionGrants + parameters: + chat-id: $request.path.chat-id tabs: operationId: chats.ListTabs parameters: @@ -2824,6 +2832,258 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/chats/{chat-id}/permissionGrants': + get: + tags: + - chats.resourceSpecificPermissionGrant + summary: Get permissionGrants from chats + operationId: chats_ListPermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - $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 + - deletedDateTime + - deletedDateTime desc + - clientAppId + - clientAppId desc + - clientId + - clientId desc + - permission + - permission desc + - permissionType + - permissionType desc + - resourceAppId + - resourceAppId 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 + - deletedDateTime + - clientAppId + - clientId + - permission + - permissionType + - resourceAppId + 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 resourceSpecificPermissionGrant + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + '@odata.nextLink': + type: string + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - chats.resourceSpecificPermissionGrant + summary: Create new navigation property to permissionGrants for chats + operationId: chats_CreatePermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': + get: + tags: + - chats.resourceSpecificPermissionGrant + summary: Get permissionGrants from chats + operationId: chats_GetPermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: resourceSpecificPermissionGrant-id + in: path + description: 'key: id of resourceSpecificPermissionGrant' + required: true + schema: + type: string + x-ms-docs-key-type: resourceSpecificPermissionGrant + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - clientAppId + - clientId + - permission + - permissionType + - resourceAppId + 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.resourceSpecificPermissionGrant' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - chats.resourceSpecificPermissionGrant + summary: Update the navigation property permissionGrants in chats + operationId: chats_UpdatePermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: resourceSpecificPermissionGrant-id + in: path + description: 'key: id of resourceSpecificPermissionGrant' + required: true + schema: + type: string + x-ms-docs-key-type: resourceSpecificPermissionGrant + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - chats.resourceSpecificPermissionGrant + summary: Delete navigation property permissionGrants for chats + operationId: chats_DeletePermissionGrants + parameters: + - name: chat-id + in: path + description: 'key: id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + - name: resourceSpecificPermissionGrant-id + in: path + description: 'key: id of resourceSpecificPermissionGrant' + required: true + schema: + type: string + x-ms-docs-key-type: resourceSpecificPermissionGrant + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/chats/{chat-id}/tabs': get: tags: @@ -3331,7 +3591,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -3342,6 +3601,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -3354,7 +3614,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -3365,6 +3624,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -3374,10 +3634,6 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.team' links: - schedule: - operationId: groups.Team.GetSchedule - parameters: - group-id: $request.path.group-id channels: operationId: groups.Team.ListChannels parameters: @@ -3418,6 +3674,10 @@ paths: operationId: groups.Team.GetTemplate parameters: group-id: $request.path.group-id + schedule: + operationId: groups.Team.GetSchedule + parameters: + group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3552,7 +3812,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -3563,6 +3822,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -3575,7 +3835,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -3586,6 +3845,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -3672,7 +3932,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -3683,6 +3942,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -3695,7 +3955,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -3706,6 +3965,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -3715,10 +3975,6 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.team' links: - schedule: - operationId: teams.GetSchedule - parameters: - team-id: $request.path.team-id channels: operationId: teams.ListChannels parameters: @@ -3759,6 +4015,10 @@ paths: operationId: teams.GetTemplate parameters: team-id: $request.path.team-id + schedule: + operationId: teams.GetSchedule + parameters: + team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15390,6 +15650,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -15406,6 +15667,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -15500,6 +15762,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -15516,6 +15779,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -15541,6 +15805,11 @@ paths: parameters: user-id: $request.path.user-id chat-id: $request.path.chat-id + permissionGrants: + operationId: users.Chats.ListPermissionGrants + parameters: + user-id: $request.path.user-id + chat-id: $request.path.chat-id tabs: operationId: users.Chats.ListTabs parameters: @@ -15701,7 +15970,6 @@ paths: - specialization - visibility - webUrl - - schedule - channels - group - installedApps @@ -15712,6 +15980,7 @@ paths: - primaryChannel - tags - template + - schedule type: string - name: $expand in: query @@ -15724,7 +15993,6 @@ paths: items: enum: - '*' - - schedule - channels - group - installedApps @@ -15735,6 +16003,7 @@ paths: - primaryChannel - tags - template + - schedule type: string responses: '200': @@ -16278,6 +16547,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string - name: $expand @@ -16294,6 +16564,7 @@ paths: - installedApps - members - messages + - permissionGrants - tabs type: string responses: @@ -16319,6 +16590,11 @@ paths: parameters: user-id: $request.path.user-id userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id + permissionGrants: + operationId: users.teamwork.installedApps.Chat.ListPermissionGrants + parameters: + user-id: $request.path.user-id + userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id tabs: operationId: users.teamwork.installedApps.Chat.ListTabs parameters: @@ -16371,6 +16647,11 @@ paths: parameters: user-id: $request.path.user-id userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id + permissionGrants: + operationId: users.teamwork.installedApps.Chat.ListPermissionGrants + parameters: + user-id: $request.path.user-id + userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id tabs: operationId: users.teamwork.installedApps.Chat.ListTabs parameters: @@ -16504,7 +16785,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -16560,6 +16841,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -16627,12 +16913,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -16652,18 +16938,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -16680,7 +16966,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -16692,15 +16978,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.chatMessageHostedContent: @@ -16755,6 +17044,35 @@ components: type: object additionalProperties: type: object + microsoft.graph.resourceSpecificPermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: resourceSpecificPermissionGrant + type: object + properties: + clientAppId: + type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. + nullable: true + clientId: + type: string + description: ID of the Azure AD app that has been granted access. Read-only. + nullable: true + permission: + type: string + description: The name of the permission. Read-only. + nullable: true + permissionType: + type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' + nullable: true + resourceAppId: + type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. + nullable: true + additionalProperties: + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. microsoft.graph.teamsTab: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16839,8 +17157,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -16878,6 +17194,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.channel: @@ -17048,7 +17366,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -17089,7 +17407,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -17162,13 +17480,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -17195,7 +17513,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -17213,11 +17531,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -17237,7 +17555,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -17268,12 +17586,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -17283,7 +17601,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -17292,7 +17610,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -17322,7 +17640,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -17436,30 +17754,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -17467,25 +17785,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -17493,7 +17811,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -17521,7 +17839,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -17531,7 +17849,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -17554,29 +17872,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -17584,59 +17902,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -17650,35 +17968,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -17686,7 +18004,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -17694,7 +18012,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -17706,12 +18024,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -17723,39 +18041,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -17790,7 +18108,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -17850,7 +18168,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -17874,7 +18192,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -17890,7 +18208,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -18131,11 +18449,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -18223,7 +18541,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -18526,7 +18844,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -18640,7 +18958,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -18656,6 +18974,20 @@ components: - text - html type: string + 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 + additionalProperties: + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. microsoft.graph.teamsTabConfiguration: title: teamsTabConfiguration type: object @@ -18736,7 +19068,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -19057,12 +19389,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -19145,7 +19477,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -19406,7 +19738,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -19518,7 +19850,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -19534,14 +19866,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -19549,12 +19881,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -19578,10 +19910,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -19608,7 +19940,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -19618,20 +19949,6 @@ components: nullable: true additionalProperties: type: object - 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 - additionalProperties: - type: object - description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. microsoft.graph.assignedLabel: title: assignedLabel type: object @@ -19794,30 +20111,6 @@ components: additionalProperties: type: object description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. - microsoft.graph.resourceSpecificPermissionGrant: - allOf: - - $ref: '#/components/schemas/microsoft.graph.directoryObject' - - title: resourceSpecificPermissionGrant - type: object - properties: - clientAppId: - type: string - nullable: true - clientId: - type: string - nullable: true - permission: - type: string - nullable: true - permissionType: - type: string - nullable: true - resourceAppId: - type: string - nullable: true - additionalProperties: - type: object - description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. microsoft.graph.directorySetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19856,15 +20149,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -19876,7 +20169,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -20074,7 +20367,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -20085,12 +20378,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -20442,12 +20735,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -20615,7 +20908,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -20651,7 +20944,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -21027,7 +21320,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -21144,7 +21437,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -21346,7 +21639,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -21472,11 +21765,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -21488,22 +21781,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -21518,7 +21811,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -21535,26 +21828,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -21566,13 +21859,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -21588,11 +21881,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -21603,18 +21896,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -21628,10 +21926,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -21639,7 +21937,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -21647,24 +21945,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -21677,11 +21975,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -21691,24 +21989,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -21731,15 +22029,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -21747,11 +22045,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -21759,7 +22057,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -21774,11 +22072,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -21797,7 +22095,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -21815,11 +22113,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -21827,15 +22125,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -21844,7 +22142,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -21980,7 +22278,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -22182,7 +22480,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -22384,7 +22682,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -22409,7 +22707,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -22482,7 +22780,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -22506,7 +22804,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -22667,6 +22965,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -22677,7 +22977,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -23173,7 +23473,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -23258,7 +23558,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -23296,7 +23596,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -23360,7 +23660,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -23658,7 +23958,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -23695,11 +23995,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -23802,10 +24102,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -23958,7 +24258,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -24007,7 +24307,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -24382,14 +24682,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -24868,7 +25168,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -25489,6 +25789,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -26750,17 +27072,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -27583,7 +27905,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -27629,6 +27951,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -28028,11 +28362,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -28113,7 +28447,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -28450,7 +28784,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -28517,7 +28851,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -28916,6 +29250,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -29448,7 +29783,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -29707,11 +30042,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -30775,6 +31110,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -30932,7 +31291,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30943,7 +31302,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -31198,11 +31557,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -31874,6 +32233,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31935,7 +32316,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 74976e9f5fa..b5895b85419 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -21475,7 +21475,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -21488,10 +21488,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -21658,15 +21658,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -21678,7 +21678,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -21748,7 +21748,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -22063,30 +22063,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -22094,25 +22094,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -22120,7 +22120,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -22148,7 +22148,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -22158,7 +22158,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -22181,29 +22181,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -22211,59 +22211,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -22277,35 +22277,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -22313,7 +22313,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -22321,7 +22321,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -22333,12 +22333,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -22350,39 +22350,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -22417,7 +22417,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -22477,7 +22477,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -22501,7 +22501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -22517,7 +22517,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -22672,7 +22672,7 @@ components: properties: emptySuggestionsReason: type: string - description: 'A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' + description: 'A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' nullable: true meetingTimeSuggestions: type: array @@ -22842,7 +22842,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.CopyNotebookModel: @@ -22902,7 +22902,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -23035,6 +23035,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.outlookTask: @@ -23214,11 +23216,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -23516,7 +23518,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -23527,12 +23529,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -23647,7 +23649,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -23750,12 +23752,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -23947,7 +23949,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -23983,7 +23985,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -24402,7 +24404,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -24440,7 +24442,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -24481,7 +24483,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -24554,13 +24556,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -24587,7 +24589,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -24605,11 +24607,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -24629,7 +24631,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -24660,12 +24662,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -24675,7 +24677,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -24684,7 +24686,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -24714,7 +24716,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -24837,7 +24839,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -25085,11 +25087,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -25101,22 +25103,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -25131,7 +25133,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -25148,26 +25150,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -25179,13 +25181,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -25201,11 +25203,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -25216,18 +25218,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -25241,10 +25248,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -25252,7 +25259,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -25260,24 +25267,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -25290,11 +25297,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -25304,24 +25311,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -25344,15 +25351,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -25360,11 +25367,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -25372,7 +25379,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -25387,11 +25394,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -25410,7 +25417,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -25428,11 +25435,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -25440,15 +25447,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -25457,7 +25464,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -25593,7 +25600,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -25795,7 +25802,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -26057,7 +26064,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -26082,7 +26089,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -26155,7 +26162,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -26179,7 +26186,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -26249,7 +26256,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -26346,6 +26353,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -26406,8 +26418,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -26445,6 +26455,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -26771,6 +26783,18 @@ components: $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.patternedRecurrence: title: patternedRecurrence type: object @@ -26903,7 +26927,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -27421,7 +27445,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -27619,18 +27643,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -28444,7 +28473,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -28673,6 +28702,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -29791,14 +29842,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -29925,17 +29976,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -31167,12 +31218,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -31192,18 +31243,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -31220,7 +31271,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -31232,15 +31283,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -31331,7 +31385,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -31393,99 +31447,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31614,6 +31575,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -31707,6 +31761,30 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.recurrencePattern: title: recurrencePattern type: object @@ -31721,7 +31799,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -32133,7 +32211,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -32180,7 +32258,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -32276,7 +32354,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -32544,12 +32622,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -32632,7 +32710,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -32854,7 +32932,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -32879,14 +32957,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -32894,12 +32972,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -32923,10 +33001,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -32953,7 +33031,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -33463,6 +33540,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -33597,11 +33675,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -34862,7 +34940,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -34882,7 +34960,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -35019,6 +35097,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.timeClockSettings: title: timeClockSettings type: object @@ -35045,11 +35207,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -35137,7 +35299,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -35229,90 +35391,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.wellknownListName: title: wellknownListName enum: @@ -35375,6 +35453,28 @@ components: description: A collection of resources linked to the task. additionalProperties: type: object + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.weekIndex: title: weekIndex enum: @@ -35599,7 +35699,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -35684,7 +35784,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -35722,7 +35822,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -35786,7 +35886,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -36000,11 +36100,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -36658,10 +36758,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -36829,21 +36944,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36885,11 +36985,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -36970,7 +37070,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -37208,7 +37308,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -37219,7 +37319,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -37444,7 +37544,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 2519b4455c3..8e36a288434 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -3217,7 +3217,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -3228,12 +3228,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -3433,7 +3433,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -3537,7 +3537,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -3741,11 +3741,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -3758,26 +3758,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -3789,13 +3789,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -3811,11 +3811,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -3826,18 +3826,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -3851,10 +3856,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -3862,7 +3867,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -3870,24 +3875,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -3900,11 +3905,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -3914,24 +3919,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -3954,15 +3959,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -3970,11 +3975,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -3982,7 +3987,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -3997,11 +4002,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -4020,7 +4025,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -4038,11 +4043,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -4050,15 +4055,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -4067,7 +4072,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -4392,30 +4397,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -4423,25 +4428,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -4449,7 +4454,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -4477,7 +4482,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -4487,7 +4492,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -4510,29 +4515,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -4540,59 +4545,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -4606,35 +4611,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -4642,7 +4647,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -4650,7 +4655,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -4662,12 +4667,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -4679,39 +4684,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -4746,7 +4751,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -4806,7 +4811,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -4830,7 +4835,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -4846,7 +4851,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -5184,10 +5189,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -5348,7 +5353,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -5375,15 +5380,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -5395,7 +5400,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -5770,6 +5775,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -6819,12 +6846,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -7016,7 +7043,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -7052,7 +7079,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -7307,7 +7334,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -7348,7 +7375,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -7421,13 +7448,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -7454,7 +7481,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -7472,11 +7499,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -7496,7 +7523,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -7527,12 +7554,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -7542,7 +7569,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -7551,7 +7578,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -7581,7 +7608,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -7704,7 +7731,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -7911,11 +7938,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -7927,22 +7954,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -7957,7 +7984,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8040,7 +8067,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -8242,7 +8269,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -8420,7 +8447,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -8445,7 +8472,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -8518,7 +8545,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -8542,7 +8569,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -8703,6 +8730,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -8713,7 +8742,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8810,6 +8839,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -8870,8 +8904,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -8909,6 +8941,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -9087,7 +9121,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -9281,7 +9315,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -10067,7 +10101,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -10177,18 +10211,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -11063,7 +11102,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -11439,14 +11478,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -11573,17 +11612,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userInsightsSettings: @@ -12509,7 +12548,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -12555,6 +12594,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -12872,12 +12923,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -12897,18 +12948,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -12925,7 +12976,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -12937,15 +12988,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -13036,7 +13090,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13098,99 +13152,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13319,6 +13280,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -13768,7 +13822,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -13815,7 +13869,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -13911,7 +13965,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -14179,12 +14233,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -14267,7 +14321,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -14489,7 +14543,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -14514,14 +14568,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -14529,12 +14583,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -14558,10 +14612,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -14588,7 +14642,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15098,6 +15151,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -15204,11 +15258,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -16027,6 +16081,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -16125,7 +16203,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -16145,7 +16223,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -16282,6 +16360,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -16316,11 +16478,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -16408,7 +16570,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -16500,90 +16662,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object odata.error.detail: required: - code @@ -16788,7 +16866,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -16873,7 +16951,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -16911,7 +16989,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -16975,7 +17053,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -17189,11 +17267,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -17631,6 +17709,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -17718,10 +17818,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -17889,21 +18004,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.mediaSourceContentCategory: title: mediaSourceContentCategory enum: @@ -17921,11 +18021,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -18006,7 +18106,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -18232,7 +18332,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -18243,7 +18343,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -18468,7 +18568,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 93a257b35ac..834df3eb64a 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -11938,30 +11938,30 @@ components: $ref: '#/components/schemas/microsoft.graph.signInActivity' accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -11969,25 +11969,25 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true deviceKeys: type: array @@ -11995,7 +11995,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceKey' displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -12023,7 +12023,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -12033,7 +12033,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -12056,29 +12056,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -12086,59 +12086,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredDataLocation: type: string @@ -12152,35 +12152,35 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' refreshTokensValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use invalidateAllRefreshTokens to reset.' format: date-time nullable: true showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -12188,7 +12188,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -12196,7 +12196,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -12208,12 +12208,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -12225,39 +12225,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. analytics: $ref: '#/components/schemas/microsoft.graph.userAnalytics' usageRights: @@ -12292,7 +12292,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -12352,7 +12352,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' joinedGroups: @@ -12376,7 +12376,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -12392,7 +12392,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. appConsentRequestsForApproval: type: array items: @@ -12804,7 +12804,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -13098,12 +13098,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -13295,7 +13295,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -13331,7 +13331,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -13492,15 +13492,15 @@ components: nullable: true canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -13512,7 +13512,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -13737,7 +13737,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' exceptionOccurrences: @@ -13748,12 +13748,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -13953,7 +13953,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -13991,7 +13991,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -14032,7 +14032,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true infoCatalogs: type: array @@ -14105,13 +14105,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -14138,7 +14138,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -14156,11 +14156,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isFavorite: type: boolean @@ -14180,7 +14180,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true unseenMessagesCount: @@ -14211,12 +14211,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -14226,7 +14226,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -14235,7 +14235,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directorySetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -14265,7 +14265,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. rejectedSenders: type: array items: @@ -14403,7 +14403,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -14580,7 +14580,7 @@ components: nullable: true personType: type: string - description: The type of person. + description: 'The type of person, for example distribution list.' nullable: true phones: type: array @@ -14828,11 +14828,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -14844,22 +14844,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -14874,7 +14874,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -14891,26 +14891,26 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 roleScopeTagIds: type: array @@ -14922,13 +14922,13 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -14944,11 +14944,11 @@ components: nullable: true activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true autopilotEnrolled: type: boolean @@ -14959,18 +14959,23 @@ components: nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true chassisType: $ref: '#/components/schemas/microsoft.graph.chassisType' + chromeOSDeviceInfo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chromeOSDeviceProperty' + description: List of properties of the ChromeOS Device. complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -14984,10 +14989,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -14995,7 +15000,7 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' @@ -15003,24 +15008,24 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceType' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time ethernetMacAddress: type: string @@ -15033,11 +15038,11 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 hardwareInformation: $ref: '#/components/schemas/microsoft.graph.hardwareInformation' @@ -15047,24 +15052,24 @@ components: nullable: true imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true joinType: $ref: '#/components/schemas/microsoft.graph.joinType' lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time lostModeState: $ref: '#/components/schemas/microsoft.graph.lostModeState' @@ -15087,15 +15092,15 @@ components: $ref: '#/components/schemas/microsoft.graph.managementState' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true notes: type: string @@ -15103,11 +15108,11 @@ components: nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true ownerType: $ref: '#/components/schemas/microsoft.graph.ownerType' @@ -15115,7 +15120,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true physicalMemoryInBytes: type: integer @@ -15130,11 +15135,11 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true requireUserEnrollmentApproval: type: boolean @@ -15153,7 +15158,7 @@ components: description: List of Scope Tag IDs for this Device instance. serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true skuFamily: type: string @@ -15171,11 +15176,11 @@ components: nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 udid: type: string @@ -15183,15 +15188,15 @@ components: nullable: true userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true usersLoggedOn: type: array @@ -15200,7 +15205,7 @@ components: description: Indicates the last logged on users of a device. This property is read-only. wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true windowsActiveMalwareCount: maximum: 2147483647 @@ -15336,7 +15341,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -15504,7 +15509,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.itemInsights: @@ -15724,7 +15729,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -15749,7 +15754,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -15822,7 +15827,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -15846,7 +15851,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true kind: type: string @@ -16007,6 +16012,8 @@ components: type: string description: The video teleconferencing ID. Read-only. nullable: true + meetingAttendanceReport: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' additionalProperties: type: object microsoft.graph.presence: @@ -16017,7 +16024,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -16114,6 +16121,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + description: A collection of permissions granted to apps for the chat. tabs: type: array items: @@ -16174,8 +16186,6 @@ components: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true - schedule: - $ref: '#/components/schemas/microsoft.graph.schedule' channels: type: array items: @@ -16213,6 +16223,8 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' additionalProperties: type: object microsoft.graph.userTeamwork: @@ -16247,7 +16259,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -16370,10 +16382,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -16841,11 +16853,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -17173,18 +17185,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -18043,7 +18060,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -18289,6 +18306,28 @@ components: - mobileOther - mobileUnknown type: string + microsoft.graph.chromeOSDeviceProperty: + title: chromeOSDeviceProperty + type: object + properties: + name: + type: string + description: Name of the property + nullable: true + updatable: + type: boolean + description: Whether this property is updatable + value: + type: string + description: Value of the property + nullable: true + valueType: + type: string + description: Type of the value + nullable: true + additionalProperties: + type: object + description: Represents a property of the ChromeOS device. microsoft.graph.complianceState: title: complianceState enum: @@ -19437,14 +19476,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -19571,17 +19610,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.notebook: @@ -20546,7 +20585,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20592,6 +20631,18 @@ components: description: For broadcast meeting only. additionalProperties: type: object + microsoft.graph.meetingAttendanceReport: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: meetingAttendanceReport + type: object + properties: + attendanceRecords: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + additionalProperties: + type: object microsoft.graph.outOfOfficeSettings: title: outOfOfficeSettings type: object @@ -20909,12 +20960,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -20934,18 +20985,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -20962,7 +21013,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -20974,15 +21025,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -21073,7 +21127,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -21135,99 +21189,6 @@ components: - hiddenMembership - unknownFutureValue type: string - microsoft.graph.schedule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: schedule - type: object - properties: - enabled: - type: boolean - description: Indicates whether the schedule is enabled for the team. Required. - nullable: true - offerShiftRequestsEnabled: - type: boolean - description: Indicates whether offer shift requests are enabled for the schedule. - nullable: true - openShiftsEnabled: - type: boolean - description: Indicates whether open shifts are enabled for the schedule. - nullable: true - provisionStatus: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - provisionStatusCode: - type: string - description: Additional information about why schedule provisioning failed. - nullable: true - swapShiftsRequestsEnabled: - type: boolean - description: Indicates whether swap shifts requests are enabled for the schedule. - nullable: true - timeClockEnabled: - type: boolean - description: Indicates whether time clock is enabled for the schedule. - nullable: true - timeClockSettings: - $ref: '#/components/schemas/microsoft.graph.timeClockSettings' - timeOffRequestsEnabled: - type: boolean - description: Indicates whether time off requests are enabled for the schedule. - nullable: true - timeZone: - type: string - description: Indicates the time zone of the schedule team using tz database format. Required. - nullable: true - workforceIntegrationIds: - type: array - items: - type: string - nullable: true - offerShiftRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - openShiftChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' - openShifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.openShift' - schedulingGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' - description: The logical grouping of users in the schedule (usually by role). - shifts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.shift' - description: The shifts in the schedule. - swapShiftsChangeRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' - timeCards: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeCard' - timeOffReasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' - description: The set of reasons for a time off in the schedule. - timeOffRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' - timesOff: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.timeOff' - description: The instances of times off in the schedule. - additionalProperties: - type: object microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21356,6 +21317,99 @@ components: type: object additionalProperties: type: object + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' @@ -21400,7 +21454,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -21873,7 +21927,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -21920,7 +21974,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21990,7 +22044,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -22173,7 +22227,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -22441,12 +22495,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -22529,7 +22583,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -22751,7 +22805,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -22776,14 +22830,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -22791,12 +22845,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -22820,10 +22874,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -22850,7 +22904,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -23360,6 +23413,7 @@ components: nullable: true parentSiteId: type: string + description: Id of the parent site of this group. nullable: true scope: $ref: '#/components/schemas/microsoft.graph.termStore.termGroupScope' @@ -23494,11 +23548,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -24657,6 +24711,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.attendanceRecord: + title: attendanceRecord + type: object + properties: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + emailAddress: + type: string + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + role: + type: string + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -24755,7 +24833,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -24775,7 +24853,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -24912,6 +24990,90 @@ components: - moderate - unknownFutureValue type: string + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + - shared + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + description: Indicates whether bots are allowed to post messages. + nullable: true + allowNewMessageFromConnectors: + type: boolean + description: Indicates whether connectors are allowed to post messages. + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + - teamifyGroup + - createChannel + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -24946,11 +25108,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -25038,7 +25200,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -25130,90 +25292,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.channelMembershipType: - title: channelMembershipType - enum: - - standard - - private - - unknownFutureValue - - shared - type: string - microsoft.graph.channelModerationSettings: - title: channelModerationSettings - type: object - properties: - allowNewMessageFromBots: - type: boolean - description: Indicates whether bots are allowed to post messages. - nullable: true - allowNewMessageFromConnectors: - type: boolean - description: Indicates whether connectors are allowed to post messages. - nullable: true - replyRestriction: - $ref: '#/components/schemas/microsoft.graph.replyRestriction' - userNewMessageRestriction: - $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' - additionalProperties: - type: object - microsoft.graph.operationError: - title: operationError - type: object - properties: - code: - type: string - description: Operation error code. - nullable: true - message: - type: string - description: Operation error message. - nullable: true - additionalProperties: - type: object - microsoft.graph.teamsAsyncOperationType: - title: teamsAsyncOperationType - enum: - - invalid - - cloneTeam - - archiveTeam - - unarchiveTeam - - createTeam - - unknownFutureValue - - teamifyGroup - - createChannel - type: string - microsoft.graph.teamsAsyncOperationStatus: - title: teamsAsyncOperationStatus - enum: - - invalid - - notStarted - - inProgress - - succeeded - - failed - - unknownFutureValue - type: string - microsoft.graph.teamworkTagType: - title: teamworkTagType - enum: - - standard - type: string - microsoft.graph.teamworkTagMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkTagMember - type: object - properties: - displayName: - type: string - nullable: true - tenantId: - type: string - nullable: true - userId: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.weekIndex: title: weekIndex enum: @@ -25480,7 +25558,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -25565,7 +25643,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -25603,7 +25681,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -25667,7 +25745,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -25881,11 +25959,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -26441,6 +26519,28 @@ components: - unknownFutureValue - producer type: string + microsoft.graph.attendanceInterval: + title: attendanceInterval + type: object + properties: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + joinDateTime: + 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 + leaveDateTime: + 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 + additionalProperties: + type: object microsoft.graph.teamsAppDistributionMethod: title: teamsAppDistributionMethod enum: @@ -26528,10 +26628,25 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object + microsoft.graph.replyRestriction: + title: replyRestriction + enum: + - everyone + - authorAndModerators + - unknownFutureValue + type: string + microsoft.graph.userNewMessageRestriction: + title: userNewMessageRestriction + enum: + - everyone + - everyoneExceptGuests + - moderators + - unknownFutureValue + type: string microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -26699,21 +26814,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.replyRestriction: - title: replyRestriction - enum: - - everyone - - authorAndModerators - - unknownFutureValue - type: string - microsoft.graph.userNewMessageRestriction: - title: userNewMessageRestriction - enum: - - everyone - - everyoneExceptGuests - - moderators - - unknownFutureValue - type: string microsoft.graph.mediaSourceContentCategory: title: mediaSourceContentCategory enum: @@ -26731,11 +26831,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -26816,7 +26916,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -27054,7 +27154,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -27065,7 +27165,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -27290,7 +27390,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index a69e7becfaa..142f4c6315f 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -6573,7 +6573,7 @@ components: $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. + description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. nullable: true applicationTemplateId: type: string @@ -6598,13 +6598,13 @@ components: 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: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' + 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 string values: None, SecurityGroup (for security groups and Azure AD roles), All (this gets all security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of).' 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.' + 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.' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -6612,7 +6612,7 @@ components: 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 a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' + 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 a web app. There are certain scenarios where Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.' nullable: true keyCredentials: type: array @@ -6642,7 +6642,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicClientApplication' publisherDomain: type: string - description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain.' + description: The verified publisher domain for the application. Read-only. nullable: true requiredResourceAccess: type: array @@ -6767,7 +6767,7 @@ components: nullable: true key: type: string - description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).' + description: Value for the key credential. Should be a base 64 encoded value. format: base64url nullable: true keyId: @@ -7071,7 +7071,7 @@ components: nullable: true signInAudience: type: string - description: Specifies what Microsoft accounts are supported for the associated application. Read-only. + description: 'Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' nullable: true tags: type: array @@ -7174,11 +7174,11 @@ components: $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' permissionId: type: string - description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. + description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter. nullable: true permissionName: type: string - description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter. + description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter. nullable: true additionalProperties: type: object @@ -7547,11 +7547,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index f64ae3000f7..a7ff6e5bd8d 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -39466,15 +39466,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -39486,7 +39486,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -39693,19 +39693,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -39739,7 +39739,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -39866,11 +39866,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -39946,10 +39946,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -40228,7 +40228,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: diff --git a/openApiDocs/v1.0/ChangeNotifications.yml b/openApiDocs/v1.0/ChangeNotifications.yml index a37a9290914..07f5f6e3258 100644 --- a/openApiDocs/v1.0/ChangeNotifications.yml +++ b/openApiDocs/v1.0/ChangeNotifications.yml @@ -264,14 +264,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -279,12 +279,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -304,10 +304,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.entity: diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 0bc9b122c4e..3fbeea0a0ee 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -3224,13 +3224,13 @@ components: 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: 'UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time type: $ref: '#/components/schemas/microsoft.graph.callRecords.callType' version: type: integer - description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version. + description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. format: int64 sessions: type: array @@ -3264,7 +3264,7 @@ components: 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: 'UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'UTC fime when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time segments: type: array @@ -3443,7 +3443,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' replacesCallId: type: string - description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added. + description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added. nullable: true additionalProperties: type: object @@ -3593,7 +3593,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -3665,7 +3665,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -3800,13 +3800,13 @@ components: properties: observedParticipantId: type: string - description: The ID of the participant that is under observation. Read-only. + description: The id of the participant that is under observation. Read-only. nullable: true onBehalfOf: $ref: '#/components/schemas/microsoft.graph.identitySet' sourceParticipantId: type: string - description: The ID of the participant that triggered the incoming call. Read-only. + description: The id of the participant that triggered the incoming call. Read-only. nullable: true transferor: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -3865,7 +3865,7 @@ components: nullable: true region: type: string - description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.' + description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.' nullable: true additionalProperties: type: object @@ -3931,7 +3931,7 @@ components: $ref: '#/components/schemas/microsoft.graph.modality' serverMuted: type: boolean - description: If the media is muted by the server. + description: Indicates whether the media is muted by the server. sourceId: type: string description: The source ID. diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index 0be456372ca..5d287934c85 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -4211,7 +4211,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -4245,7 +4245,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/DeviceManagement.Enrolment.yml b/openApiDocs/v1.0/DeviceManagement.Enrolment.yml index e2b241e4490..07b19404816 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrolment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrolment.yml @@ -640,38 +640,38 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 version: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration diff --git a/openApiDocs/v1.0/DeviceManagement.Functions.yml b/openApiDocs/v1.0/DeviceManagement.Functions.yml index 975c5cbeb53..5ea86a7abad 100644 --- a/openApiDocs/v1.0/DeviceManagement.Functions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Functions.yml @@ -84,7 +84,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -103,7 +103,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index a10c529876b..999dca29bdd 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -7621,24 +7621,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7648,10 +7648,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7659,30 +7659,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7691,30 +7691,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -7726,65 +7726,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -8939,7 +8939,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120 + description: The number of days a device is allowed to go without checking in to remain compliant. format: int32 isScheduledActionEnabled: type: boolean @@ -9200,38 +9200,38 @@ components: 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: Not yet documented + description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string - description: Not yet documented + description: The description of the device enrollment configuration nullable: true displayName: type: string - description: Not yet documented + description: The display name of the device enrollment configuration nullable: true 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 - description: Not yet documented + description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 version: maximum: 2147483647 minimum: -2147483648 type: integer - description: Not yet documented + description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' - description: The list of group assignments for the device configuration profile. + description: The list of group assignments for the device configuration profile additionalProperties: type: object description: The Base Class of Device Enrollment Configuration @@ -10233,7 +10233,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' - description: Actions + description: Resource Actions each containing a set of allowed and not allowed permissions. additionalProperties: type: object description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. @@ -10307,7 +10307,7 @@ components: items: type: string nullable: true - description: Not Allowed Actions + description: Not Allowed Actions. additionalProperties: type: object description: Set of allowed and not allowed actions for a resource. diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 5d153523296..6506c9694fe 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -4621,7 +4621,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -4658,7 +4658,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -4719,13 +4719,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -4742,7 +4742,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -4758,11 +4758,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -4772,7 +4772,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -4789,12 +4789,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -4804,7 +4804,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -4813,7 +4813,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -4843,7 +4843,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -4900,30 +4900,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -4931,29 +4931,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -4983,7 +4983,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -4993,7 +4993,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -5011,29 +5011,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -5041,59 +5041,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -5103,29 +5103,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -5133,7 +5133,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -5141,7 +5141,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -5153,12 +5153,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -5170,39 +5170,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -5229,7 +5229,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -5289,7 +5289,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -5308,7 +5308,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -5331,7 +5331,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -5393,7 +5393,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -5711,18 +5711,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -5761,15 +5766,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -5781,7 +5786,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -5963,19 +5968,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -6353,12 +6358,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -6508,7 +6513,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -6544,7 +6549,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -6843,7 +6848,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -6948,7 +6953,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -7168,11 +7173,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -7184,22 +7189,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -7214,7 +7219,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -7230,24 +7235,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7257,10 +7262,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7268,30 +7273,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7300,30 +7305,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -7335,65 +7340,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -7469,7 +7474,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -7516,7 +7521,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -7529,17 +7534,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -7686,7 +7691,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8062,7 +8067,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -8099,11 +8104,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -8218,10 +8223,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -8374,7 +8379,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -8421,7 +8426,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -8911,7 +8916,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -8940,14 +8945,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -9188,7 +9193,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -9548,7 +9553,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -10513,7 +10518,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -11107,7 +11112,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -11210,7 +11215,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -11396,12 +11401,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -11473,7 +11478,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -11684,7 +11689,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -11732,14 +11737,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -11747,12 +11752,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -11772,10 +11777,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -11802,7 +11807,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -12365,11 +12369,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -12451,7 +12455,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -12537,12 +12541,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -12562,18 +12566,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -12590,7 +12594,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -12602,15 +12606,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -12685,7 +12692,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -12810,7 +12817,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -13431,7 +13438,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -13452,7 +13459,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -13497,7 +13504,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -13515,7 +13522,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -13770,7 +13777,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -13835,7 +13842,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -13873,7 +13880,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -13937,7 +13944,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -14298,7 +14305,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -14631,11 +14638,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -14716,7 +14723,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -14919,7 +14926,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -14946,7 +14953,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14957,7 +14964,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -15182,7 +15189,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index b1469929696..38fb91608f1 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -11333,11 +11333,11 @@ components: properties: customBrowserDisplayName: type: string - description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Friendly name of the preferred custom browser to open weblink on Android. nullable: true customBrowserPackageId: type: string - description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Unique identifier of a custom browser to open weblink on Android. nullable: true deployedAppCount: maximum: 2147483647 @@ -11483,7 +11483,7 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: A custom browser protocol to open weblink on iOS. nullable: true deployedAppCount: maximum: 2147483647 @@ -11608,7 +11608,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -12265,7 +12265,7 @@ components: lastSyncDateTime: 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 last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. + description: The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token. format: date-time lastSyncStatus: $ref: '#/components/schemas/microsoft.graph.vppTokenSyncStatus' @@ -12371,24 +12371,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -12398,10 +12398,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -12409,30 +12409,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -12441,30 +12441,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -12476,65 +12476,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -13543,7 +13543,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.ipRange' - description: Collection of Internet protocol address ranges + description: Collection of ip ranges additionalProperties: type: object description: Windows Information Protection IP Range Collection diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 4fbd74ecdd8..87fffd52f13 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -6051,7 +6051,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -6088,7 +6088,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -6149,13 +6149,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -6172,7 +6172,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -6188,11 +6188,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -6202,7 +6202,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -6219,12 +6219,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -6234,7 +6234,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -6243,7 +6243,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -6273,7 +6273,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -6330,7 +6330,7 @@ components: properties: accountEnabled: type: boolean - description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports /$filter.' nullable: true assignedLicenses: type: array @@ -6351,11 +6351,11 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Supports /$filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.' + description: The name displayed in the address book for the user. Supports $filter and $orderby. nullable: true externalSource: $ref: '#/components/schemas/microsoft.graph.educationExternalSource' @@ -6365,17 +6365,17 @@ components: nullable: true givenName: type: string - description: The given name (first name) of the user. Supports $filter. + description: The given name (first name) of the user. Supports /$filter. nullable: true mail: type: string - description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports $filter.' + description: 'The SMTP address for the user; for example, ''jeff@contoso.onmicrosoft.com''. Read-Only. Supports /$filter.' nullable: true mailingAddress: $ref: '#/components/schemas/microsoft.graph.physicalAddress' mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Supports /$filter. nullable: true middleName: type: string @@ -6392,7 +6392,7 @@ components: $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two can be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. See standard [user] resource for additional details.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -6421,21 +6421,21 @@ components: $ref: '#/components/schemas/microsoft.graph.educationStudent' surname: type: string - description: The user's surname (family name or last name). Supports $filter. + description: The user's surname (family name or last name). Supports /$filter. nullable: true teacher: $ref: '#/components/schemas/microsoft.graph.educationTeacher' usageLocation: type: string - description: 'A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two-letter country code ([ISO 3166 Alpha-2]). Required for users who will be assigned licenses. Not nullable. Supports /$filter.' nullable: true userPrincipalName: type: string - description: 'The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user''s email name. The general format is alias@domain, where domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.' + description: 'The user principal name (UPN) for the user. Supports $filter and $orderby. See standard [user] resource for additional details.' nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports /$filter.' nullable: true classes: type: array @@ -6523,30 +6523,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -6554,29 +6554,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -6606,7 +6606,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -6616,7 +6616,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -6634,29 +6634,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -6664,59 +6664,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -6726,29 +6726,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -6756,7 +6756,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -6764,7 +6764,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -6776,12 +6776,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -6793,39 +6793,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -6852,7 +6852,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -6912,7 +6912,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -6931,7 +6931,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -6954,7 +6954,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -7256,18 +7256,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -7306,15 +7311,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -7326,7 +7331,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -7508,19 +7513,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -7898,12 +7903,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -7959,7 +7964,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8033,7 +8038,7 @@ components: properties: externalId: type: string - description: ID of the teacher in the source system. + description: Id of the Teacher in external source system. nullable: true teacherNumber: type: string @@ -8197,7 +8202,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -8496,7 +8501,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -8601,7 +8606,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -8821,11 +8826,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -8837,22 +8842,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -8867,7 +8872,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8883,24 +8888,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -8910,10 +8915,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -8921,30 +8926,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -8953,30 +8958,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -8988,65 +8993,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -9122,7 +9127,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -9169,7 +9174,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -9182,17 +9187,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -9339,7 +9344,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -9426,7 +9431,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -9463,11 +9468,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -9582,10 +9587,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -9738,7 +9743,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -9785,7 +9790,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -10263,7 +10268,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -10292,14 +10297,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -10540,7 +10545,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -10908,7 +10913,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -11833,7 +11838,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -12129,7 +12134,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -12232,7 +12237,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -12418,12 +12423,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -12495,7 +12500,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -12706,7 +12711,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -12754,14 +12759,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -12769,12 +12774,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -12794,10 +12799,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -12824,7 +12829,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -13387,11 +13391,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -13473,7 +13477,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -13559,12 +13563,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -13584,18 +13588,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -13612,7 +13616,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -13624,15 +13628,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -13707,7 +13714,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -13832,7 +13839,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -14453,7 +14460,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -14474,7 +14481,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -14519,7 +14526,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -14537,7 +14544,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -14733,7 +14740,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -14798,7 +14805,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -14836,7 +14843,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -14900,7 +14907,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -15261,7 +15268,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -15594,11 +15601,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -15679,7 +15686,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -15882,7 +15889,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -15909,7 +15916,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -15920,7 +15927,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -16145,7 +16152,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 52786a2269d..0c56134af6d 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -12139,14 +12139,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -12154,12 +12154,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -12179,10 +12179,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.sharedDriveItem: @@ -12249,7 +12249,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -12641,12 +12641,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -12718,7 +12718,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -12934,7 +12934,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -12971,7 +12971,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -13478,30 +13477,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -13509,29 +13508,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -13561,7 +13560,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -13571,7 +13570,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -13589,29 +13588,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -13619,59 +13618,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -13681,29 +13680,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -13711,7 +13710,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -13719,7 +13718,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -13731,12 +13730,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -13748,39 +13747,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -13807,7 +13806,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -13867,7 +13866,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -13886,7 +13885,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -13909,7 +13908,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -13983,7 +13982,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -13993,7 +13992,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -14058,7 +14057,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -14096,7 +14095,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -14160,7 +14159,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -14553,12 +14552,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -14732,7 +14731,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -14768,7 +14767,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -14914,15 +14913,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -14934,7 +14933,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -15143,19 +15142,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -15351,7 +15350,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -15456,7 +15455,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -15705,11 +15704,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -15721,22 +15720,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -15751,7 +15750,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -15767,24 +15766,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -15794,10 +15793,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -15805,30 +15804,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -15837,30 +15836,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -15872,65 +15871,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -16006,7 +16005,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -16053,7 +16052,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -16066,17 +16065,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -16223,7 +16222,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -16367,11 +16366,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -16457,7 +16456,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -16746,7 +16745,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -16789,11 +16788,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -16908,10 +16907,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -17064,7 +17063,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -17733,14 +17732,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -18041,7 +18040,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -18216,7 +18215,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -18427,7 +18426,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -18464,7 +18463,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -18525,13 +18524,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -18548,7 +18547,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -18564,11 +18563,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -18578,7 +18577,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -18595,12 +18594,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -18610,7 +18609,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -18619,7 +18618,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -18649,7 +18648,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -18842,7 +18841,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -18853,7 +18852,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -19183,7 +19182,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -19290,7 +19289,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -19947,7 +19946,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -19968,7 +19967,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -20013,7 +20012,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -20031,7 +20030,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -20092,11 +20091,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -20178,7 +20177,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -20264,12 +20263,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -20289,18 +20288,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -20317,7 +20316,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -20329,15 +20328,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -20391,18 +20393,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -20593,7 +20600,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -20781,7 +20788,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -21222,7 +21229,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -21360,7 +21367,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -21405,7 +21412,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21676,7 +21683,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 5b8140a0574..ec5fee54fa3 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -20591,7 +20591,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -20628,7 +20628,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -20689,13 +20689,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -20712,7 +20712,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -20728,11 +20728,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -20742,7 +20742,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -20759,12 +20759,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -20774,7 +20774,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -20783,7 +20783,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -20813,7 +20813,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -20916,7 +20916,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -20941,10 +20941,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -21114,19 +21114,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -21253,7 +21253,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -21294,7 +21294,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -21364,18 +21364,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -21416,7 +21421,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -21685,15 +21690,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -21705,7 +21710,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -22057,11 +22062,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -22369,7 +22374,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -22875,7 +22880,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -22904,14 +22909,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -23130,7 +23135,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -23571,7 +23576,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -23731,30 +23736,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -23762,29 +23767,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -23814,7 +23819,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -23824,7 +23829,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -23842,29 +23847,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -23872,59 +23877,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -23934,29 +23939,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -23964,7 +23969,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -23972,7 +23977,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -23984,12 +23989,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -24001,39 +24006,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -24060,7 +24065,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -24120,7 +24125,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -24139,7 +24144,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -24162,7 +24167,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -24222,7 +24227,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -24408,12 +24413,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -24485,7 +24490,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -24696,7 +24701,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -24744,14 +24749,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -24759,12 +24764,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -24784,10 +24789,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -24814,7 +24819,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -25420,11 +25424,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -25506,7 +25510,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -25592,12 +25596,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -25617,18 +25621,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -25645,7 +25649,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -25657,15 +25661,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -25740,7 +25747,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -25852,12 +25859,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -26007,7 +26014,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -26043,7 +26050,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -26342,7 +26349,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -26447,7 +26454,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -26667,11 +26674,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -26683,22 +26690,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -26713,7 +26720,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -26729,24 +26736,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -26756,10 +26763,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -26767,30 +26774,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -26799,30 +26806,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -26834,65 +26841,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -26968,7 +26975,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -27015,7 +27022,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -27028,17 +27035,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -27185,7 +27192,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -27249,7 +27256,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -27314,7 +27321,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -27352,7 +27359,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -27416,7 +27423,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -27864,7 +27871,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -28072,7 +28079,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -28874,7 +28881,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -29049,11 +29056,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -29134,7 +29141,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -29352,7 +29359,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -29416,7 +29423,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -29926,7 +29933,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -29947,7 +29954,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -29992,7 +29999,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -30010,7 +30017,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -30176,7 +30183,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -30187,7 +30194,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -30567,7 +30574,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 424f963d476..eaad8bbb2bb 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -8485,7 +8485,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -8506,7 +8506,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -8551,7 +8551,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -8569,7 +8569,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -8776,7 +8776,7 @@ components: type: array items: type: string - description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' + description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline,SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable' domainNameReferences: type: array items: @@ -8867,12 +8867,12 @@ components: 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])$' type: string - description: 'The time and date at which the tenant was last synced with the on-premise directory. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'The time and date at which the tenant was last synced with the on-premise directory. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced. Nullable. null if this object has never been synced from an on-premises directory (default). + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; Nullable. null if this object has never been synced from an on-premises directory (default). nullable: true postalCode: type: string @@ -8926,12 +8926,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the organization. Read-only. Nullable. + description: The collection of open extensions defined for the organization resource. Nullable. additionalProperties: type: object description: The organization resource represents an instance of global settings and resources which operate and are provisioned at the tenant-level. @@ -9131,12 +9131,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -9308,7 +9308,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 6ee9903072e..d17d1d2d6bd 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -2053,7 +2053,7 @@ components: nullable: true isPerDeviceAcceptanceRequired: type: boolean - description: 'Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven''t already done so.' + description: 'This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven''t already done so.' nullable: true isViewingBeforeAcceptanceRequired: type: boolean @@ -2078,7 +2078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. + description: 'PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.' additionalProperties: type: object microsoft.graph.agreementAcceptance: @@ -2089,11 +2089,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -2105,22 +2105,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -2135,7 +2135,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -2241,7 +2241,7 @@ components: 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 DateTime when the agreement is set to expire for all users. 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''.' + description: 'The DateTime when the agreement is set to expire for all users. 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 is 2014-01-01T00:00:00Z.' format: date-time nullable: true additionalProperties: @@ -2321,7 +2321,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.approvalStage' - description: A collection of stages in the approval decision. + description: 'Used for the approvalStages property of approval settings in the requestApprovalSettings property of an access package assignment policy. Specifies the primary, fallback, and escalation approvers of each stage.' additionalProperties: type: object microsoft.graph.appConsentRequestScope: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 924ff3fee44..1e77a1b0b96 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -7386,27 +7386,27 @@ components: nullable: true invitedUserEmailAddress: type: string - description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks ('')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.' + description: 'The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)At sign (@)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Hyphen (-)Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (`' invitedUserMessageInfo: $ref: '#/components/schemas/microsoft.graph.invitedUserMessageInfo' invitedUserType: type: string - description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.' + description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you''re are company administrator.' nullable: true inviteRedeemUrl: type: string - description: The URL the user can use to redeem their invitation. Read-only + description: The URL the user can use to redeem their invitation. Read-only. nullable: true inviteRedirectUrl: type: string - description: The URL the user should be redirected to once the invitation is redeemed. Required. + description: The URL user should be redirected to once the invitation is redeemed. Required. sendInvitationMessage: type: boolean description: Indicates whether an email should be sent to the user being invited or not. The default is false. nullable: true status: type: string - description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error' + description: 'The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error' nullable: true invitedUser: $ref: '#/components/schemas/microsoft.graph.user' @@ -7420,30 +7420,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -7451,29 +7451,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -7503,7 +7503,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -7513,7 +7513,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -7531,29 +7531,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -7561,59 +7561,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -7623,29 +7623,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -7653,7 +7653,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -7661,7 +7661,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -7673,12 +7673,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -7690,39 +7690,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -7749,7 +7749,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -7809,7 +7809,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -7828,7 +7828,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -7851,7 +7851,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -8025,7 +8025,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' - description: The list of reviewers for the admin consent. Required. + description: Required. version: maximum: 2147483647 minimum: -2147483648 @@ -8218,7 +8218,7 @@ components: items: type: string nullable: true - description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' + description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the publishedPermissionScopes property of the API''s **servicePrincipal** object. The id of application permissions can be found in the appRoles property of the API''s **servicePrincipal** object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s **servicePrincipal** object. Default is the single value all.' permissionType: $ref: '#/components/schemas/microsoft.graph.permissionType' resourceApplication: @@ -8344,7 +8344,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -8365,7 +8365,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -8410,7 +8410,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -8428,7 +8428,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -8539,7 +8539,7 @@ components: type: array items: type: string - description: 'List of custom controls IDs required by the policy. For more information, see Custom controls.' + description: 'List of custom controls IDs required by the policy. Learn more about custom controls here: https://docs.microsoft.com/azure/active-directory/conditional-access/controls#custom-controls-preview' operator: type: string description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' @@ -8671,12 +8671,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -8850,7 +8850,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8886,7 +8886,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -9006,15 +9006,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -9026,7 +9026,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -9235,19 +9235,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -9443,7 +9443,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -9548,7 +9548,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -9897,11 +9897,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -9913,22 +9913,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -9943,7 +9943,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -9959,24 +9959,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -9986,10 +9986,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -9997,30 +9997,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -10029,30 +10029,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -10064,65 +10064,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -10198,7 +10198,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -10245,7 +10245,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -10258,17 +10258,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -10453,7 +10453,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -10624,11 +10624,11 @@ components: nullable: true queryRoot: type: string - description: The type of query. Examples include MicrosoftGraph and ARM. + description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' nullable: true queryType: type: string - description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.' + description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true additionalProperties: type: object @@ -11016,7 +11016,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -11059,11 +11059,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -11178,10 +11178,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -11326,7 +11326,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -11985,7 +11985,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -12457,14 +12457,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -12960,7 +12960,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -13044,7 +13044,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -13255,7 +13255,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -13292,7 +13292,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -13353,13 +13353,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -13376,7 +13376,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -13392,11 +13392,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -13406,7 +13406,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -13423,12 +13423,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -13438,7 +13438,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -13447,7 +13447,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -13477,7 +13477,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -13858,7 +13858,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -13965,7 +13965,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -14214,7 +14214,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -14400,12 +14400,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -14477,7 +14477,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -14688,7 +14688,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -14736,14 +14736,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -14751,12 +14751,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -14776,10 +14776,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -14806,7 +14806,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15768,11 +15767,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -15854,7 +15853,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -15940,12 +15939,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -15965,18 +15964,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -15993,7 +15992,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -16005,15 +16004,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -16067,18 +16069,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -16269,7 +16276,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -16508,7 +16515,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -16573,7 +16580,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -16611,7 +16618,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -16675,7 +16682,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -17108,7 +17115,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -17246,7 +17253,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -17291,7 +17298,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -17383,11 +17390,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -17468,7 +17475,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -17671,7 +17678,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -17698,7 +17705,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -17709,7 +17716,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -17934,7 +17941,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index d25cb6317ee..87e79eb3de5 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -5200,7 +5200,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -5334,7 +5334,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -5398,11 +5398,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -5452,7 +5452,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -5742,10 +5742,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/People.yml b/openApiDocs/v1.0/People.yml index d5b0f1f522f..b9ada8014e6 100644 --- a/openApiDocs/v1.0/People.yml +++ b/openApiDocs/v1.0/People.yml @@ -1814,17 +1814,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.sharedInsight: diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index e527424d1f1..69c21363860 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -4283,7 +4283,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -4424,11 +4424,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index d2568290344..00b2fa01923 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -10686,14 +10686,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerBucket: @@ -10931,7 +10931,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.entity: diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 0f6cfd0e147..c37587a1ee4 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -4297,7 +4297,7 @@ components: format: date-time activityDisplayName: type: string - description: 'Indicates the activity name or the operation name (examples: ''Create User'' and ''Add member to group''). For full list, see Azure AD activity list.' + description: 'Indicates the activity name or the operation name (E.g. ''Create User'', ''Add member to group''). For a list of activities logged, refer to Azure Ad activity list.' additionalDetails: type: array items: @@ -4415,11 +4415,11 @@ components: properties: appDisplayName: type: string - description: App name displayed in the Azure Portal. + description: The application name displayed in the Azure Portal. nullable: true appId: type: string - description: Unique GUID representing the app ID in the Azure Active Directory. + description: The application identifier in Azure Active Directory. nullable: true appliedConditionalAccessPolicies: type: array @@ -4428,38 +4428,38 @@ components: description: A list of conditional access policies that are triggered by the corresponding sign-in activity. clientAppUsed: type: string - description: 'Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP.' + description: 'The legacy client used for sign-in activity. For example: Browser, Exchange Active Sync, Modern clients, IMAP, MAPI, SMTP, or POP.' nullable: true conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: type: string - description: The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. + description: The identifier that's sent from the client when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. nullable: true 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: 'Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z.' + description: 'The date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time deviceDetail: $ref: '#/components/schemas/microsoft.graph.deviceDetail' ipAddress: type: string - description: IP address of the client used to sign in. + description: The IP address of the client from where the sign-in occurred. nullable: true isInteractive: type: boolean - description: Indicates if a sign-in is interactive or not. + description: Indicates whether a sign-in is interactive or not. nullable: true location: $ref: '#/components/schemas/microsoft.graph.signInLocation' resourceDisplayName: type: string - description: Name of the resource the user signed into. + description: The name of the resource that the user signed in to. nullable: true resourceId: type: string - description: ID of the resource that the user signed into. + description: The identifier of the resource that the user signed in to. nullable: true riskDetail: $ref: '#/components/schemas/microsoft.graph.riskDetail' @@ -4467,7 +4467,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskEventType' - description: 'Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue.' + description: 'The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue.' riskEventTypes_v2: type: array items: @@ -4484,14 +4484,14 @@ components: $ref: '#/components/schemas/microsoft.graph.signInStatus' userDisplayName: type: string - description: Display name of the user that initiated the sign-in. + description: The display name of the user. nullable: true userId: type: string - description: ID of the user that initiated the sign-in. + description: The identifier of the user. userPrincipalName: type: string - description: User principal name of the user that initiated the sign-in. + description: The UPN of the user. nullable: true additionalProperties: type: object @@ -4547,7 +4547,7 @@ components: properties: content: type: string - description: Not yet documented + description: Report content; details vary by report type. format: base64url nullable: true additionalProperties: @@ -4611,11 +4611,11 @@ components: properties: key: type: string - description: Key for the key-value pair. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value for the key-value pair. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -4682,15 +4682,15 @@ components: properties: displayName: type: string - description: Indicates the property name of the target attribute that was changed. + description: Name of property that was modified. nullable: true newValue: type: string - description: Indicates the updated value for the propery. + description: New property value. nullable: true oldValue: type: string - description: Indicates the previous value (before the update) for the property. + description: Old property value. nullable: true additionalProperties: type: object @@ -4788,7 +4788,7 @@ components: description: 'Refers to the session controls enforced by the conditional access policy (example: ''Require app enforced controls'').' id: type: string - description: An identifier of the conditional access policy. + description: Identifier of the conditional access policy. nullable: true result: $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult' @@ -4808,31 +4808,31 @@ components: properties: browser: type: string - description: Indicates the browser information of the used for signing in. + description: Indicates the browser information of the used for signing-in. nullable: true deviceId: type: string - description: Refers to the UniqueID of the device used for signing in. + description: Refers to the UniqueID of the device used for signing-in. nullable: true displayName: type: string - description: Refers to the name of the device used for signing in. + description: Refers to the name of the device used for signing-in. nullable: true isCompliant: type: boolean - description: Indicates whether the device is compliant. + description: Indicates whether the device is compliant or not. nullable: true isManaged: type: boolean - description: Indicates whether the device is managed. + description: Indicates if the device is managed or not. nullable: true operatingSystem: type: string - description: Indicates the operating system name and version used for signing in. + description: Indicates the OS name and version used for signing-in. nullable: true trustType: type: string - description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' + description: 'Indicates information on whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' nullable: true additionalProperties: type: object @@ -5115,12 +5115,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/SchemaExtensions.yml b/openApiDocs/v1.0/SchemaExtensions.yml index 35fe268d273..af6efb2adf9 100644 --- a/openApiDocs/v1.0/SchemaExtensions.yml +++ b/openApiDocs/v1.0/SchemaExtensions.yml @@ -245,7 +245,7 @@ components: type: array items: type: string - description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user.' + description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, or user.' additionalProperties: type: object microsoft.graph.entity: @@ -263,7 +263,7 @@ components: properties: name: type: string - description: The name of the strongly-typed property defined as part of a schema extension. + description: The name of the strongly typed property defined as part of a schema extension. nullable: true type: type: string diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 64fc77259ab..6c98f7cdbb0 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -1164,7 +1164,7 @@ components: description: The collection of compliance information associated with secure score control controlCategory: type: string - description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' + description: 'Control action category (Account, Data, Device, Apps, Infrastructure).' nullable: true controlStateUpdates: type: array @@ -1187,7 +1187,7 @@ components: nullable: true maxScore: type: number - description: max attainable score for the control. + description: Current obtained max score on specified date. format: double nullable: true rank: @@ -1214,7 +1214,7 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,' + description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing).' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' @@ -1514,7 +1514,7 @@ components: properties: applicationName: type: string - description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' + description: 'Name of the application managing the network connection (for example, Facebook, SMTP, etc.).' nullable: true destinationAddress: type: string diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 5b6fa6d0d43..64948074bf4 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -14069,14 +14069,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -14084,12 +14084,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -14109,10 +14109,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.onenoteOperation: @@ -14151,7 +14151,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.onenotePagePreview: @@ -14273,7 +14273,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -14968,12 +14968,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -15045,7 +15045,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -15256,7 +15256,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -15293,7 +15293,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -15536,30 +15535,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -15567,29 +15566,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -15619,7 +15618,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -15629,7 +15628,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -15647,29 +15646,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -15677,59 +15676,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -15739,29 +15738,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -15769,7 +15768,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -15777,7 +15776,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -15789,12 +15788,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -15806,39 +15805,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -15865,7 +15864,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -15925,7 +15924,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -15944,7 +15943,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -15967,7 +15966,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -16250,7 +16249,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -16260,7 +16259,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -16325,7 +16324,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -16363,7 +16362,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -16427,7 +16426,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -16607,12 +16606,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -16786,7 +16785,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -16822,7 +16821,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -16968,15 +16967,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -16988,7 +16987,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -17197,19 +17196,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -17405,7 +17404,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -17510,7 +17509,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -17759,11 +17758,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -17775,22 +17774,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -17805,7 +17804,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -17821,24 +17820,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -17848,10 +17847,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -17859,30 +17858,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -17891,30 +17890,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -17926,65 +17925,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -18060,7 +18059,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -18107,7 +18106,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -18120,17 +18119,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -18277,7 +18276,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -18489,11 +18488,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -18579,7 +18578,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -18746,7 +18745,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -18789,11 +18788,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -18908,10 +18907,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -19064,7 +19063,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -19733,14 +19732,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -20041,7 +20040,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -20216,7 +20215,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -20427,7 +20426,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -20464,7 +20463,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -20525,13 +20524,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -20548,7 +20547,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -20564,11 +20563,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -20578,7 +20577,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -20595,12 +20594,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -20610,7 +20609,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -20619,7 +20618,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -20649,7 +20648,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -20842,7 +20841,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -20853,7 +20852,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -21165,7 +21164,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -21272,7 +21271,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -21929,7 +21928,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -21950,7 +21949,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -21995,7 +21994,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -22013,7 +22012,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -22074,11 +22073,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -22160,7 +22159,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -22246,12 +22245,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -22271,18 +22270,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -22299,7 +22298,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -22311,15 +22310,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -22373,18 +22375,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -22575,7 +22582,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -22763,7 +22770,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -23204,7 +23211,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -23342,7 +23349,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -23387,7 +23394,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -23658,7 +23665,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 8246ab9b8a1..24d3555fcdb 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -14000,7 +14000,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -14115,12 +14115,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -14140,18 +14140,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -14168,7 +14168,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -14180,15 +14180,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.chatMessageHostedContent: @@ -14497,7 +14500,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -14534,7 +14537,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -14595,13 +14598,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -14618,7 +14621,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -14634,11 +14637,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -14648,7 +14651,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -14665,12 +14668,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -14680,7 +14683,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -14689,7 +14692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -14719,7 +14722,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -14928,11 +14931,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -15014,7 +15017,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -15204,7 +15207,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -15320,7 +15323,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -15406,7 +15409,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -15693,12 +15696,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -15770,7 +15773,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -16020,7 +16023,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -16109,7 +16112,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -16125,14 +16128,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -16140,12 +16143,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -16165,10 +16168,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -16195,7 +16198,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -16337,18 +16339,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -16387,15 +16394,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -16407,7 +16414,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -16589,19 +16596,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -17206,30 +17213,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -17237,29 +17244,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -17289,7 +17296,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -17299,7 +17306,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -17317,29 +17324,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -17347,59 +17354,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -17409,29 +17416,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -17439,7 +17446,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -17447,7 +17454,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -17459,12 +17466,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -17476,39 +17483,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -17535,7 +17542,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -17595,7 +17602,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -17614,7 +17621,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -17637,7 +17644,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -17697,7 +17704,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -17762,7 +17769,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -17800,7 +17807,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -17864,7 +17871,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -18101,7 +18108,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -18138,11 +18145,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -18245,10 +18252,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -18401,7 +18408,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -18448,7 +18455,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -18722,14 +18729,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.notebook: @@ -19025,12 +19032,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -19180,7 +19187,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -19216,7 +19223,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -19515,7 +19522,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -19620,7 +19627,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -19840,11 +19847,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -19856,22 +19863,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -19886,7 +19893,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -19902,24 +19909,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -19929,10 +19936,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -19940,30 +19947,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -19972,30 +19979,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -20007,65 +20014,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -20141,7 +20148,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -20188,7 +20195,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -20201,17 +20208,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -20358,7 +20365,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -20411,11 +20418,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.Json: @@ -20501,7 +20508,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -20776,7 +20783,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -20843,7 +20850,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -21493,7 +21500,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -22290,7 +22297,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -22470,7 +22477,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -22481,7 +22488,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -22905,7 +22912,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -23415,7 +23422,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -23436,7 +23443,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -23481,7 +23488,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -23499,7 +23506,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -23634,7 +23641,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 7b17ce0eda8..3e0e99ad020 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -19984,7 +19984,7 @@ components: items: type: string nullable: true - description: 'A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format ''start-end'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' + description: 'When uploading files to document libraries, this is a collection of byte ranges that the server is missing for the file. These ranges are zero-indexed and of the format, ''{start}-{end}'' (e.g. ''0-26'' to indicate the first 27 bytes of the file). When uploading files as Outlook attachments, instead of a collection of ranges, this property always indicates a single value ''{start}'', the location in the file where the next upload should begin.' uploadUrl: type: string description: The URL endpoint that accepts PUT requests for byte ranges of the file. @@ -19997,10 +19997,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -20048,15 +20048,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -20068,7 +20068,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -20165,7 +20165,7 @@ components: nullable: true profileIdentifier: type: string - description: The profile identifier. + description: The the profile identifier. nullable: true additionalProperties: type: object @@ -20423,7 +20423,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -20434,7 +20434,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.mailFolder: @@ -20514,7 +20514,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -20682,30 +20682,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -20713,29 +20713,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -20765,7 +20765,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -20775,7 +20775,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -20793,29 +20793,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -20823,59 +20823,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -20885,29 +20885,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -20915,7 +20915,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -20923,7 +20923,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -20935,12 +20935,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -20952,39 +20952,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -21011,7 +21011,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -21071,7 +21071,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -21090,7 +21090,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -21113,7 +21113,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -21214,7 +21214,7 @@ components: properties: emptySuggestionsReason: type: string - description: 'A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' + description: 'A reason for not returning any meeting suggestions. Possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' nullable: true meetingTimeSuggestions: type: array @@ -21368,7 +21368,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' target: type: string - description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' + description: 'The element to update. Must be the # or the generated {id} of the element, or the body or title keyword.' additionalProperties: type: object microsoft.graph.CopyNotebookModel: @@ -21428,7 +21428,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -21655,11 +21655,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -21855,19 +21855,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -22100,7 +22100,7 @@ components: properties: parentUrl: type: string - description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' + description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/beta/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: @@ -22158,7 +22158,7 @@ components: nullable: true horizontalAlignment: type: string - description: 'Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' + description: 'Represents the horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' nullable: true rowHeight: type: number @@ -22167,7 +22167,7 @@ components: nullable: true verticalAlignment: type: string - description: 'Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.' + description: 'Represents the vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed.' nullable: true wrapText: type: boolean @@ -22248,7 +22248,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.messageRule: @@ -22380,7 +22380,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -22414,12 +22414,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -22593,7 +22593,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -22629,7 +22629,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -22972,7 +22972,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -23229,11 +23229,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -23245,22 +23245,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -23275,7 +23275,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -23291,24 +23291,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -23318,10 +23318,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -23329,30 +23329,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -23361,30 +23361,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -23396,65 +23396,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -23530,7 +23530,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -23577,7 +23577,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -23590,17 +23590,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -23727,7 +23727,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -24359,15 +24359,15 @@ components: nullable: true sideIndex: type: string - description: 'Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' + description: 'Constant value that indicates the specific side of the border. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' nullable: true style: type: string - description: 'One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' + description: 'One of the constants of line style specifying the line style for the border. Possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' nullable: true weight: type: string - description: 'Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.' + description: 'Specifies the weight of the border around a range. Possible values are: Hairline, Thin, Medium, Thick.' nullable: true additionalProperties: type: object @@ -24412,7 +24412,7 @@ components: nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' + description: 'Type of underline applied to the font. Possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' nullable: true additionalProperties: type: object @@ -24496,7 +24496,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -24571,7 +24571,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -24635,7 +24635,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -24836,7 +24836,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -25442,7 +25442,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -25908,14 +25908,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -26486,7 +26486,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -26697,7 +26697,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -26734,7 +26734,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -26795,13 +26795,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -26818,7 +26818,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -26834,11 +26834,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -26848,7 +26848,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -26865,12 +26865,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -26880,7 +26880,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -26889,7 +26889,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -26919,7 +26919,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -27224,7 +27224,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -27544,7 +27544,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.messageActionFlag: @@ -27697,7 +27697,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -27883,12 +27883,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -27960,7 +27960,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -28171,7 +28171,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -28219,14 +28219,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -28234,12 +28234,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -28259,10 +28259,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -28289,7 +28289,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -29156,7 +29155,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -29177,7 +29176,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -29222,7 +29221,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -29240,7 +29239,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -29301,11 +29300,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -29387,7 +29386,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -29473,12 +29472,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -29498,18 +29497,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -29526,7 +29525,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -29538,15 +29537,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -29600,18 +29602,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -29802,7 +29809,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -30133,7 +30140,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -30198,7 +30205,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -30610,7 +30617,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -30748,7 +30755,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -30793,7 +30800,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -30974,11 +30981,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -31133,7 +31140,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 0818b2084dc..7211d401dbf 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -5849,19 +5849,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -6057,7 +6057,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -6274,7 +6274,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -6623,30 +6623,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -6654,29 +6654,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -6706,7 +6706,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -6716,7 +6716,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -6734,29 +6734,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -6764,59 +6764,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -6826,29 +6826,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -6856,7 +6856,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -6864,7 +6864,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -6876,12 +6876,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -6893,39 +6893,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -6952,7 +6952,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -7012,7 +7012,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -7031,7 +7031,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -7054,7 +7054,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -7264,10 +7264,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -7428,7 +7428,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -7451,15 +7451,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -7471,7 +7471,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -7583,11 +7583,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -7626,7 +7626,7 @@ components: nullable: true horizontalAlignment: type: string - description: 'Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' + description: 'Represents the horizontal alignment for the specified object. Possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' nullable: true rowHeight: type: number @@ -7635,7 +7635,7 @@ components: nullable: true verticalAlignment: type: string - description: 'Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.' + description: 'Represents the vertical alignment for the specified object. Possible values are: Top, Center, Bottom, Justify, Distributed.' nullable: true wrapText: type: boolean @@ -7882,12 +7882,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -8061,7 +8061,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -8097,7 +8097,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -8477,11 +8477,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -8493,22 +8493,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -8523,7 +8523,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -8539,24 +8539,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -8566,10 +8566,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -8577,30 +8577,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -8609,30 +8609,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -8644,65 +8644,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -8778,7 +8778,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -8825,7 +8825,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -8838,17 +8838,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.userSettings: @@ -8971,7 +8971,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -9249,7 +9249,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -9362,15 +9362,15 @@ components: nullable: true sideIndex: type: string - description: 'Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' + description: 'Constant value that indicates the specific side of the border. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' nullable: true style: type: string - description: 'One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' + description: 'One of the constants of line style specifying the line style for the border. Possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' nullable: true weight: type: string - description: 'Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.' + description: 'Specifies the weight of the border around a range. Possible values are: Hairline, Thin, Medium, Thick.' nullable: true additionalProperties: type: object @@ -9415,7 +9415,7 @@ components: nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' + description: 'Type of underline applied to the font. Possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' nullable: true additionalProperties: type: object @@ -9499,7 +9499,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -9574,7 +9574,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -9638,7 +9638,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -9860,7 +9860,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -10434,7 +10434,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -10876,14 +10876,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -11292,7 +11292,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -11467,7 +11467,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -11678,7 +11678,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -11715,7 +11715,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -11776,13 +11776,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -11799,7 +11799,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -11815,11 +11815,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -11829,7 +11829,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -11846,12 +11846,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -11861,7 +11861,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -11870,7 +11870,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -11900,7 +11900,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -12343,7 +12343,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.messageActionFlag: @@ -12492,7 +12492,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -12678,12 +12678,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -12755,7 +12755,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -12966,7 +12966,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -13014,14 +13014,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -13029,12 +13029,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -13054,10 +13054,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -13084,7 +13084,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -14007,7 +14006,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -14028,7 +14027,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -14073,7 +14072,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -14091,7 +14090,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -14160,11 +14159,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -14246,7 +14245,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -14332,12 +14331,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -14357,18 +14356,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -14385,7 +14384,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -14397,15 +14396,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -14459,18 +14461,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -14661,7 +14668,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -14911,7 +14918,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14922,7 +14929,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.hashes: @@ -14931,7 +14938,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -14996,7 +15003,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -15415,7 +15422,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -15553,7 +15560,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -15598,7 +15605,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -15750,7 +15757,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookCommentReply: @@ -15761,11 +15768,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -15920,7 +15927,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 54edc50cac7..e2a9a9de5c7 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -5445,30 +5445,30 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter.' nullable: true ageGroup: type: string - description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: The licenses that are assigned to the user. Returned only on $select. Not nullable. Supports $filter. + description: The licenses that are assigned to the user. Not nullable. Supports $filter. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' - description: The plans that are assigned to the user. Read-only. Not nullable. + description: The plans that are assigned to the user. Returned only on $select. Read-only. Not nullable. businessPhones: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default.' + description: The telephone numbers for the user. Only one number can be set for this property. Returned by default. Read-only for users synced from on-premises directory. city: type: string - description: The city in which the user is located. Supports $filter. + description: The city in which the user is located. Returned only on $select. Supports $filter. nullable: true companyName: type: string @@ -5476,29 +5476,29 @@ components: nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true country: type: string - description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Returned only on $select. Supports $filter.' nullable: true 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 created date of the user object. + description: The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn't be determined for the user. Returned only on $select. Read-only. Supports $filter. format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Returned only on $select. Read-only.' nullable: true department: type: string - description: The name for the department in which the user works. Supports $filter. + description: The name for the department in which the user works. Returned only on $select. Supports $filter. nullable: true displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $filter and $orderby.' nullable: true employeeHireDate: 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])$' @@ -5528,7 +5528,7 @@ components: nullable: true faxNumber: type: string - description: The fax number of the user. + description: The fax number of the user. Returned only on $select. nullable: true givenName: type: string @@ -5538,7 +5538,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Returned only on $select. Supports $filter.' imAddresses: type: array items: @@ -5556,29 +5556,29 @@ components: lastPasswordChangeDateTime: 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 time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The time when this Azure AD user last changed their password. 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 is 2014-01-01T00:00:00Z Returned only on $select. Read-only.' format: date-time nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Read-only. + description: State of license assignments for this user. Returned only on $select. Read-only. mail: type: string description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Returned by default. Supports $filter and endsWith.' nullable: true mailNickname: type: string - description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + description: The mail alias for the user. This property must be specified when a user is created. Returned only on $select. Supports $filter. nullable: true mobilePhone: type: string - description: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Returned by default. + description: The primary cellular telephone number for the user. Returned by default. Read-only for users synced from on-premises directory. nullable: true officeLocation: type: string @@ -5586,59 +5586,59 @@ components: nullable: true onPremisesDistinguishedName: type: string - description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Returned only on $select. Read-only. nullable: true onPremisesDomainName: type: string - description: 'Contains the on-premises domainFQDN, 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. Read-only.' + description: 'Contains the on-premises domainFQDN, 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 only on $select. Read-only.' nullable: true onPremisesExtensionAttributes: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Returned only on $select. Supports $filter.' 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])$' type: string - description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. 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 is 2014-01-01T00:00:00Z. Returned only on $select. Read-only.' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' - description: Errors when using Microsoft synchronization product during provisioning. + description: Errors when using Microsoft synchronization product during provisioning. Returned only on $select. onPremisesSamAccountName: type: string - description: Contains the on-premises samAccountName 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. Read-only. + description: Contains the on-premises sAMAccountName 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 only on $select. Read-only. nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Returned only on $select. Read-only. nullable: true onPremisesSyncEnabled: type: boolean - description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned only on $select. Read-only. nullable: true onPremisesUserPrincipalName: type: string - description: Contains the on-premises userPrincipalName 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. Read-only. + description: Contains the on-premises userPrincipalName 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 only on $select. Read-only. nullable: true otherMails: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].Returned only on $select. Supports$filter.' passwordPolicies: type: string - description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.Returned only on $select.' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' postalCode: type: string - description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Returned only on $select.' nullable: true preferredLanguage: type: string @@ -5648,29 +5648,29 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' - description: The plans that are provisioned for the user. Read-only. Not nullable. + description: The plans that are provisioned for the user. Returned only on $select. Read-only. Not nullable. proxyAddresses: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Returned only on $select. Read-only, Not nullable. Supports $filter.' showInAddressList: type: boolean - description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Returned only on $select.' nullable: true signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only. Use revokeSignInSessions to reset.' format: date-time nullable: true state: type: string - description: The state or province in the user's address. Supports $filter. + description: The state or province in the user's address. Returned only on $select. Supports $filter. nullable: true streetAddress: type: string - description: The street address of the user's place of business. + description: The street address of the user's place of business. Returned only on $select. nullable: true surname: type: string @@ -5678,7 +5678,7 @@ components: nullable: true usageLocation: type: string - description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Returned only on $select. Supports $filter.' nullable: true userPrincipalName: type: string @@ -5686,7 +5686,7 @@ components: nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.' nullable: true mailboxSettings: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' @@ -5698,12 +5698,12 @@ components: format: int32 aboutMe: type: string - description: A freeform text entry field for the user to describe themselves. + description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true birthday: 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 birthday of the user. 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 is 2014-01-01T00:00:00Z' + description: 'The birthday of the user. 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 is 2014-01-01T00:00:00Z Returned only on $select.' format: date-time hireDate: 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])$' @@ -5715,39 +5715,39 @@ components: items: type: string nullable: true - description: A list for the user to describe their interests. + description: A list for the user to describe their interests. Returned only on $select. mySite: type: string - description: The URL for the user's personal site. + description: The URL for the user's personal site. Returned only on $select. nullable: true pastProjects: type: array items: type: string nullable: true - description: A list for the user to enumerate their past projects. + description: A list for the user to enumerate their past projects. Returned only on $select. preferredName: type: string - description: The preferred name for the user. + description: The preferred name for the user. Returned only on $select. nullable: true responsibilities: type: array items: type: string nullable: true - description: A list for the user to enumerate their responsibilities. + description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. + description: A list for the user to enumerate the schools they have attended. Returned only on $select. skills: type: array items: type: string nullable: true - description: A list for the user to enumerate their skills. + description: A list for the user to enumerate their skills. Returned only on $select. appRoleAssignments: type: array items: @@ -5774,7 +5774,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: The groups and directory roles that the user is a member of. Read-only. Nullable. + description: 'The groups, directory roles and administrative units that the user is a member of. Read-only. Nullable.' oauth2PermissionGrants: type: array items: @@ -5834,7 +5834,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + description: The user's events. Default is to show events under the Default Calendar. Read-only. Nullable. inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' mailFolders: @@ -5853,7 +5853,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.person' - description: People that are relevant to the user. Read-only. Nullable. + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration and business relationships. A person is an aggregation of information from across mail, contacts and social networks.' photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -5876,7 +5876,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the user. Read-only. Nullable. + description: The collection of open extensions defined for the user. Nullable. agreementAcceptances: type: array items: @@ -6225,12 +6225,12 @@ components: assignedDateTime: 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 plan was assigned. 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 is 2014-01-01T00:00:00Z.' + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true capabilityStatus: type: string - description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' + description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true service: type: string @@ -6404,7 +6404,7 @@ components: properties: forceChangePasswordNextSignIn: type: boolean - description: true if the user must change her password on the next login; otherwise false. + description: 'If true, at next sign-in, the user must change their password. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true forceChangePasswordNextSignInWithMfa: type: boolean @@ -6440,7 +6440,7 @@ components: properties: archiveFolder: type: string - description: Folder ID of an archive folder for the user. + description: Folder ID of an archive folder for the user. Read only. nullable: true automaticRepliesSetting: $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' @@ -6537,15 +6537,15 @@ components: description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean - description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true canShare: type: boolean - description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.' nullable: true canViewPrivateItems: type: boolean - description: 'true if the user can read calendar items that have been marked private, false otherwise.' + description: 'true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.' nullable: true changeKey: type: string @@ -6557,7 +6557,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' hexColor: type: string - description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' + description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.' nullable: true isDefaultCalendar: type: boolean @@ -6766,19 +6766,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' calendar: $ref: '#/components/schemas/microsoft.graph.calendar' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the event. Read-only. Nullable. + description: The collection of open extensions defined for the event. Nullable. instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The instances of the event. Navigation property. Read-only. Nullable. + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' multiValueExtendedProperties: type: array items: @@ -6974,7 +6974,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' - description: The collection of open extensions defined for the contact. Read-only. Nullable. + description: The collection of open extensions defined for the contact. Nullable. multiValueExtendedProperties: type: array items: @@ -7079,7 +7079,7 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' bodyPreview: type: string - description: The first 255 characters of the message body. It is in text format. + description: 'The first 255 characters of the message body. It is in text format. If the message contains instances of mention, this property would contain a concatenation of these mentions as well.' nullable: true ccRecipients: type: array @@ -7386,11 +7386,11 @@ components: properties: agreementFileId: type: string - description: The identifier of the agreement file accepted by the user. + description: ID of the agreement file accepted by the user. nullable: true agreementId: type: string - description: The identifier of the agreement. + description: ID of the agreement. nullable: true deviceDisplayName: type: string @@ -7402,22 +7402,22 @@ components: nullable: true deviceOSType: type: string - description: The operating system used to accept the agreement. + description: The operating system used for accepting the agreement. nullable: true deviceOSVersion: type: string - description: The operating system version of the device used to accept the agreement. + description: The operating system version of the device used for accepting the agreement. nullable: true expirationDateTime: 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 expiration date time of the acceptance. 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''' + description: 'The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true recordedDateTime: 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 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''' + description: '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 is 2014-01-01T00:00:00Z' format: date-time nullable: true state: @@ -7432,7 +7432,7 @@ components: nullable: true userId: type: string - description: The identifier of the user who accepted the agreement. + description: ID of the user who accepted the agreement. nullable: true userPrincipalName: type: string @@ -7448,24 +7448,24 @@ components: properties: activationLockBypassCode: type: string - description: Code that allows the Activation Lock on a device to be bypassed. + description: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. nullable: true androidSecurityPatchLevel: type: string - description: Android security patch level + description: Android security patch level. This property is read-only. nullable: true azureADDeviceId: type: string - description: The unique identifier for the Azure Active Directory device. Read only. + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true azureADRegistered: type: boolean - description: Whether the device is Azure Active Directory registered. + description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true complianceGracePeriodExpirationDateTime: 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 DateTime when device compliance grace period expires + description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' @@ -7475,10 +7475,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - description: List of ComplexType deviceActionResult objects. + description: List of ComplexType deviceActionResult objects. This property is read-only. deviceCategoryDisplayName: type: string - description: Device category display name + description: Device category display name. This property is read-only. nullable: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' @@ -7486,30 +7486,30 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' deviceName: type: string - description: Name of the device + description: Name of the device. This property is read-only. nullable: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean - description: Whether the device is Exchange ActiveSync activated. + description: Whether the device is Exchange ActiveSync activated. This property is read-only. easActivationDateTime: 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: Exchange ActivationSync activation time of the device. + description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time easDeviceId: type: string - description: Exchange ActiveSync Id of the device. + description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true emailAddress: type: string - description: Email(s) for the user associated with the device + description: Email(s) for the user associated with the device. This property is read-only. nullable: true enrolledDateTime: 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: Enrollment time of the device. + description: Enrollment time of the device. This property is read-only. format: date-time exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' @@ -7518,30 +7518,30 @@ components: exchangeLastSuccessfulSyncDateTime: 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: Last time the device contacted Exchange. + description: Last time the device contacted Exchange. This property is read-only. format: date-time freeStorageSpaceInBytes: type: integer - description: Free Storage in Bytes + description: Free Storage in Bytes. This property is read-only. format: int64 imei: type: string - description: IMEI + description: IMEI. This property is read-only. nullable: true isEncrypted: type: boolean - description: Device encryption status + description: Device encryption status. This property is read-only. isSupervised: type: boolean - description: Device supervised status + description: Device supervised status. This property is read-only. jailBroken: type: string - description: whether the device is jail broken or rooted. + description: whether the device is jail broken or rooted. This property is read-only. nullable: true lastSyncDateTime: 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 that the device last completed a successful sync with Intune. + description: The date and time that the device last completed a successful sync with Intune. This property is read-only. format: date-time managedDeviceName: type: string @@ -7553,65 +7553,65 @@ components: $ref: '#/components/schemas/microsoft.graph.managementAgentType' manufacturer: type: string - description: Manufacturer of the device + description: Manufacturer of the device. This property is read-only. nullable: true meid: type: string - description: MEID + description: MEID. This property is read-only. nullable: true model: type: string - description: Model of the device + description: Model of the device. This property is read-only. nullable: true operatingSystem: type: string - description: 'Operating system of the device. Windows, iOS, etc.' + description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true osVersion: type: string - description: Operating system version of the device. + description: Operating system version of the device. This property is read-only. nullable: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string - description: Phone number of the device + description: Phone number of the device. This property is read-only. nullable: true remoteAssistanceSessionErrorDetails: type: string - description: An error string that identifies issues when creating Remote Assistance session objects. + description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true remoteAssistanceSessionUrl: type: string - description: Url that allows a Remote Assistance session to be established with the device. + description: Url that allows a Remote Assistance session to be established with the device. This property is read-only. nullable: true serialNumber: type: string - description: SerialNumber + description: SerialNumber. This property is read-only. nullable: true subscriberCarrier: type: string - description: Subscriber Carrier + description: Subscriber Carrier. This property is read-only. nullable: true totalStorageSpaceInBytes: type: integer - description: Total Storage in Bytes + description: Total Storage in Bytes. This property is read-only. format: int64 userDisplayName: type: string - description: User display name + description: User display name. This property is read-only. nullable: true userId: type: string - description: Unique Identifier for the user associated with the device + description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true userPrincipalName: type: string - description: Device user principal name + description: Device user principal name. This property is read-only. nullable: true wiFiMacAddress: type: string - description: Wi-Fi MAC + description: Wi-Fi MAC. This property is read-only. nullable: true deviceCompliancePolicyStates: type: array @@ -7687,7 +7687,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - description: Zero or more policys already applied on the registered app when it last synchronized with management service. + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. intendedPolicies: type: array items: @@ -7734,7 +7734,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Returns the plannerPlans shared with the user. + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. additionalProperties: type: object microsoft.graph.officeGraphInsights: @@ -7747,17 +7747,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + description: Access this property from the derived type itemInsights. trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + description: Access this property from the derived type itemInsights. used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + description: Access this property from the derived type itemInsights. additionalProperties: type: object microsoft.graph.onenote: @@ -7926,7 +7926,7 @@ components: properties: activity: type: string - description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' + description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string @@ -8068,7 +8068,7 @@ components: nullable: true provisioningStatus: type: string - description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' nullable: true servicePlanId: 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}$' @@ -8177,10 +8177,10 @@ components: properties: dateTime: type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' timeZone: type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' nullable: true additionalProperties: type: object @@ -8330,11 +8330,11 @@ components: properties: address: type: string - description: The email address of the person or entity. + description: The email address of an entity instance. nullable: true name: type: string - description: The display name of the person or entity. + description: The display name of an entity instance. nullable: true additionalProperties: type: object @@ -8563,7 +8563,7 @@ components: nullable: true name: type: string - description: The attachment's file name. + description: The display name of the attachment. This does not need to be the actual file name. nullable: true size: maximum: 2147483647 @@ -9220,7 +9220,7 @@ components: description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' shareId: type: string - description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' nullable: true additionalProperties: type: object @@ -9692,14 +9692,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - description: Read-only. Nullable. Collection of buckets in the plan. + description: Collection of buckets in the plan. Read-only. Nullable. details: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' - description: Read-only. Nullable. Collection of tasks in the plan. + description: Collection of tasks in the plan. Read-only. Nullable. additionalProperties: type: object microsoft.graph.plannerTask: @@ -10182,7 +10182,7 @@ components: properties: messageId: type: string - description: The unique identifier of a message in a Microsoft Teams channel. + description: The unique identifier for a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string @@ -10357,7 +10357,7 @@ components: nullable: true allowCreateUpdateChannels: type: boolean - description: 'If set to true, members can add and update channels.' + description: 'If set to true, members can add and update any channels.' nullable: true allowCreateUpdateRemoveConnectors: type: boolean @@ -10568,7 +10568,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: @@ -10605,7 +10605,7 @@ components: description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' hasMembersWithLicenseErrors: type: boolean - description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true).' nullable: true licenseProcessingState: $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' @@ -10666,13 +10666,13 @@ components: nullable: true preferredLanguage: type: string - description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + description: The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. nullable: true proxyAddresses: type: array items: type: string - description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required for filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' renewedDateTime: 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 @@ -10689,7 +10689,7 @@ components: nullable: true theme: type: string - description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' nullable: true visibility: type: string @@ -10705,11 +10705,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'true if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isSubscribedByMail: type: boolean @@ -10719,7 +10719,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true isArchived: @@ -10736,12 +10736,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'Users, contacts, and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' membersWithLicenseErrors: type: array items: @@ -10751,7 +10751,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. HTTP Methods: GET (supported for all groups), POST (supported for security groups and mail-enabled security groups), DELETE (supported only for security groups) Read-only. Nullable.' permissionGrants: type: array items: @@ -10760,7 +10760,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: Read-only. Nullable. + description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' transitiveMemberOf: type: array items: @@ -10790,7 +10790,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: The group's calendar events. + description: The group's events. photo: $ref: '#/components/schemas/microsoft.graph.profilePhoto' photos: @@ -10968,7 +10968,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' index: @@ -11219,7 +11219,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' - description: The email addresses to which a message should be redirected. + description: The email address to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. @@ -11438,7 +11438,7 @@ components: properties: upgradeAvailable: type: boolean - description: Indicates whether there are higher storage quota plans available. Read-only. + description: Indicates if there are higher storage quota plans available. Read-only. nullable: true additionalProperties: type: object @@ -11624,12 +11624,12 @@ components: nullable: true latitude: type: number - description: 'Optional. The latitude, in decimal, for the item. Read-only.' + description: 'Optional. The latitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true longitude: type: number - description: 'Optional. The longitude, in decimal, for the item. Read-only.' + description: 'Optional. The longitude, in decimal, for the item. Writable on OneDrive Personal.' format: double nullable: true additionalProperties: @@ -11701,7 +11701,7 @@ components: takenDateTime: 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: Represents the date and time the photo was taken. Read-only. + description: The date and time the photo was taken in UTC time. Read-only. format: date-time nullable: true additionalProperties: @@ -11912,7 +11912,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' - description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + description: 'The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.' tables: type: array items: @@ -11960,14 +11960,14 @@ components: nullable: true changeType: type: string - description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' clientState: type: string - description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional. nullable: true creatorId: type: string - description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string @@ -11975,12 +11975,12 @@ components: nullable: true encryptionCertificateId: type: string - description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true. nullable: true expirationDateTime: 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: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.' format: date-time includeResourceData: type: boolean @@ -12000,10 +12000,10 @@ components: nullable: true notificationUrl: type: string - description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required. resource: type: string - description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required. additionalProperties: type: object microsoft.graph.thumbnailSet: @@ -12030,7 +12030,6 @@ components: properties: content: type: string - description: The content stream for this version of the item. format: base64url nullable: true size: @@ -12935,7 +12934,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required.' + description: 'true if the account is enabled; otherwise, false. default is true.' nullable: true alternativeSecurityIds: type: array @@ -12956,7 +12955,7 @@ components: nullable: true deviceId: type: string - description: Unique identifier set by Azure Device Registration Service at the time of registration. + description: Identifier set by Azure Device Registration Service at the time of registration. nullable: true deviceMetadata: type: string @@ -13001,7 +13000,7 @@ components: nullable: true operatingSystemVersion: type: string - description: The version of the operating system on the device. Required. + description: Operating system version of the device. Required. nullable: true physicalIds: type: array @@ -13019,7 +13018,7 @@ components: description: List of labels applied to the device by the system. trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory' nullable: true memberOf: type: array @@ -13088,11 +13087,11 @@ components: nullable: true recipientUserId: type: string - description: User ID of the recipient of the offer shift request. + description: User id of the recipient of the offer shift request. nullable: true senderShiftId: type: string - description: User ID of the sender of the offer shift request. + description: User id of the sender of the offer shift request. nullable: true additionalProperties: type: object @@ -13174,7 +13173,7 @@ components: properties: recipientShiftId: type: string - description: ShiftId for the recipient user with whom the request is to swap. + description: Shift ID for the recipient user with whom the request is to swap. nullable: true additionalProperties: type: object @@ -13260,12 +13259,12 @@ components: $ref: '#/components/schemas/microsoft.graph.channelIdentity' chatId: type: string - description: The identity of the chat in which the message was posted. + description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true 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: Read only. Timestamp of when the chat message was created. + description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: @@ -13285,18 +13284,18 @@ components: lastEditedDateTime: 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: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true 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 - description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string - description: Locale of the chat message set by the client. + description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: @@ -13313,7 +13312,7 @@ components: description: 'Reactions for this chat message (for example, Like).' replyToId: type: string - description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string @@ -13325,15 +13324,18 @@ components: nullable: true webUrl: type: string + description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: Replies for a specified message. additionalProperties: type: object microsoft.graph.teamsTab: @@ -13387,18 +13389,23 @@ components: properties: clientAppId: type: string + description: ID of the service principal of the Azure AD app that has been granted access. Read-only. nullable: true clientId: type: string + description: ID of the Azure AD app that has been granted access. Read-only. nullable: true permission: type: string + description: The name of the permission. Read-only. nullable: true permissionType: type: string + description: 'The type of permission. Possible values are: Application,Delegated. Read-only.' nullable: true resourceAppId: type: string + description: ID of the Azure AD app that is hosting the resource. Read-only. nullable: true additionalProperties: type: object @@ -13589,7 +13596,7 @@ components: nullable: true teamsAppId: type: string - description: The ID from the Teams app manifest. + description: The id from the Teams App manifest. nullable: true version: type: string @@ -13766,7 +13773,7 @@ components: properties: crc32Hash: type: string - description: The CRC32 value of the file in little endian (if available). Read-only. + description: The CRC32 value of the file (if available). Read-only. nullable: true quickXorHash: type: string @@ -13831,7 +13838,7 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string @@ -13869,7 +13876,7 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: $ref: '#/components/schemas/microsoft.graph.Json' @@ -13933,7 +13940,7 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'Constant value that represents the Table style. Possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array @@ -14370,7 +14377,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.' + description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string @@ -14508,7 +14515,7 @@ components: properties: name: type: string - description: Name of the setting (as defined by the groupSettingTemplate). + description: Name of the setting (as defined by the directorySettingTemplate). nullable: true value: type: string @@ -14553,7 +14560,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: Read-only. Nullable. + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable.' extensions: type: array items: @@ -14612,11 +14619,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of replied comment. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: Indicates the type for the replied comment. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -14697,7 +14704,7 @@ components: description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'Represents Chinese character ordering method last used to sort the table. Possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -14900,7 +14907,7 @@ components: nullable: true contentType: type: string - description: 'Write only. Content type. sicj as image/png, image/jpg.' + description: 'Write only. Content type, such as image/png, image/jpg.' nullable: true additionalProperties: type: object @@ -14927,7 +14934,7 @@ components: nullable: true dataOption: type: string - description: 'Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.' + description: 'Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber.' icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' key: @@ -14938,7 +14945,7 @@ components: format: int32 sortOn: type: string - description: 'Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.' + description: 'Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.' additionalProperties: type: object microsoft.graph.workbookChartAxes: @@ -15163,7 +15170,7 @@ components: format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'Represents the set that the icon is part of. Possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: diff --git a/profiles/Applications/crawl-log-v1.0-beta.json b/profiles/Applications/crawl-log-v1.0-beta.json index a94029b0428..de9e579d8b9 100644 --- a/profiles/Applications/crawl-log-v1.0-beta.json +++ b/profiles/Applications/crawl-log-v1.0-beta.json @@ -2,752 +2,752 @@ "resources": [], "operations": { "/applications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/connectorGroup": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/connectorGroup/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/extensionProperties": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/extensionProperties/{extensionProperty-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/logo": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addKey": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addPassword": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removeKey": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removePassword": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/owners": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.pause": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.provisionOnDemand": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.restart": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.start": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/jobs/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/microsoft.graph.acquireAccessToken": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/microsoft.graph.Ping()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applications/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applicationTemplates": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}/microsoft.graph.instantiate": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/groups/{group-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/memberOf/{connectorGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/applications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/applications/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/members": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/members/{connector-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id1}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/licenseDetails": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.addTokenSigningCertificate": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.createPasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.deletePasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getPasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.updatePasswordSingleSignOnCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.pause": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.provisionOnDemand": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.restart": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.start": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/microsoft.graph.validateCredentials": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/microsoft.graph.acquireAccessToken": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/microsoft.graph.Ping()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/microsoft.graph.discover": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.filterOperators()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.functions()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/microsoft.graph.parseExpression": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/servicePrincipals/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/users/{user-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" }, "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Applications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Applications.yml" } } } diff --git a/profiles/Applications/crawl-log-v1.0.json b/profiles/Applications/crawl-log-v1.0.json index 75f11eec4d5..d49a72b4d69 100644 --- a/profiles/Applications/crawl-log-v1.0.json +++ b/profiles/Applications/crawl-log-v1.0.json @@ -2,316 +2,316 @@ "resources": [], "operations": { "/applications": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/extensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/extensionProperties/{extensionProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/logo": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.addPassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removeKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.removePassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/owners": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/owners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/{application-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applications/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applicationTemplates": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/applicationTemplates/{applicationTemplate-id}/microsoft.graph.instantiate": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/groups/{group-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.addKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.addPassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.removeKey": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.removePassword": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/owners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/servicePrincipals/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/users/{user-id}/appRoleAssignments": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" }, "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Applications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Applications.yml" } } } diff --git a/profiles/Applications/readme.md b/profiles/Applications/readme.md index 8cd0e9b406e..31e317e3d54 100644 --- a/profiles/Applications/readme.md +++ b/profiles/Applications/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Bookings/crawl-log-v1.0-beta.json b/profiles/Bookings/crawl-log-v1.0-beta.json index b22dc14946d..feff81b536d 100644 --- a/profiles/Bookings/crawl-log-v1.0-beta.json +++ b/profiles/Bookings/crawl-log-v1.0-beta.json @@ -2,76 +2,76 @@ "resources": [], "operations": { "/bookingBusinesses": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/appointments": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/customers": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/services": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/staffMembers": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingCurrencies": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" }, "/bookingCurrencies/{bookingCurrency-id}": { - "originalLocation": "/openApiDocs/beta/Bookings.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Bookings.yml" } } } diff --git a/profiles/Calendar/crawl-log-v1.0-beta.json b/profiles/Calendar/crawl-log-v1.0-beta.json index 75c151e23c6..6f09a93166c 100644 --- a/profiles/Calendar/crawl-log-v1.0-beta.json +++ b/profiles/Calendar/crawl-log-v1.0-beta.json @@ -2,1020 +2,1020 @@ "resources": [], "operations": { "/groups/{group-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/places": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/places/{place-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Calendar.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Calendar.yml" } } } diff --git a/profiles/Calendar/crawl-log-v1.0.json b/profiles/Calendar/crawl-log-v1.0.json index 56945d6b955..76368e99c8e 100644 --- a/profiles/Calendar/crawl-log-v1.0.json +++ b/profiles/Calendar/crawl-log-v1.0.json @@ -2,924 +2,924 @@ "resources": [], "operations": { "/groups/{group-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/places": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/places/{place-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendars/{calendar-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/calendarView/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarPermissions/{calendarPermission-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" }, "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Calendar.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Calendar.yml" } } } diff --git a/profiles/Calendar/readme.md b/profiles/Calendar/readme.md index 511ea657284..eeb8ce6061a 100644 --- a/profiles/Calendar/readme.md +++ b/profiles/Calendar/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/ChangeNotifications/crawl-log-v1.0-beta.json b/profiles/ChangeNotifications/crawl-log-v1.0-beta.json index 0c052ba6408..8d54b004c56 100644 --- a/profiles/ChangeNotifications/crawl-log-v1.0-beta.json +++ b/profiles/ChangeNotifications/crawl-log-v1.0-beta.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/subscriptions": { - "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml" }, "/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/ChangeNotifications.yml" } } } diff --git a/profiles/ChangeNotifications/crawl-log-v1.0.json b/profiles/ChangeNotifications/crawl-log-v1.0.json index 7fd1d943df9..bd1c1841589 100644 --- a/profiles/ChangeNotifications/crawl-log-v1.0.json +++ b/profiles/ChangeNotifications/crawl-log-v1.0.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/subscriptions": { - "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml" }, "/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/ChangeNotifications.yml" } } } diff --git a/profiles/ChangeNotifications/readme.md b/profiles/ChangeNotifications/readme.md index 99582f78cc6..b8fd6407bfc 100644 --- a/profiles/ChangeNotifications/readme.md +++ b/profiles/ChangeNotifications/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/CloudCommunications/crawl-log-v1.0-beta.json b/profiles/CloudCommunications/crawl-log-v1.0-beta.json index e382c689489..60de633281f 100644 --- a/profiles/CloudCommunications/crawl-log-v1.0-beta.json +++ b/profiles/CloudCommunications/crawl-log-v1.0-beta.json @@ -2,204 +2,212 @@ "resources": [], "operations": { "/communications": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/{segment-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/audioRoutingGroups": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.answer": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.cancelMediaProcessing": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.changeScreenSharingRole": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.keepAlive": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.playPrompt": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.record": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.recordResponse": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.reject": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.subscribeToTone": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.transfer": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.unmute": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.updateRecordingStatus": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations/{commsOperation-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/microsoft.graph.invite": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/microsoft.graph.muteAll": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/calls/microsoft.graph.logTeleconferenceDeviceQuality": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/microsoft.graph.getPresencesByUserId": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" + }, + "/communications/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}/recording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences/{presence-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences/{presence-id}/microsoft.graph.clearPresence": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/communications/presences/{presence-id}/microsoft.graph.setPresence": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" + }, + "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" }, "/users/{user-id}/presence": { - "originalLocation": "/openApiDocs/beta/CloudCommunications.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CloudCommunications.yml" } } } diff --git a/profiles/CloudCommunications/crawl-log-v1.0.json b/profiles/CloudCommunications/crawl-log-v1.0.json index 0249f827c9c..8b5f880866b 100644 --- a/profiles/CloudCommunications/crawl-log-v1.0.json +++ b/profiles/CloudCommunications/crawl-log-v1.0.json @@ -2,156 +2,156 @@ "resources": [], "operations": { "/communications": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/{segment-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.answer": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.cancelMediaProcessing": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.changeScreenSharingRole": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.keepAlive": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.playPrompt": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.recordResponse": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.reject": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.subscribeToTone": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.transfer": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.unmute": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/microsoft.graph.updateRecordingStatus": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/operations/{commsOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/{participant-id}/microsoft.graph.mute": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/{call-id}/participants/microsoft.graph.invite": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/calls/microsoft.graph.logTeleconferenceDeviceQuality": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/microsoft.graph.getPresencesByUserId": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/onlineMeetings": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/presences": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/communications/presences/{presence-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/users/{user-id}/onlineMeetings/{onlineMeeting-id}": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, "/users/{user-id}/presence": { - "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" } } } diff --git a/profiles/CloudCommunications/definitions/v1.0-beta.md b/profiles/CloudCommunications/definitions/v1.0-beta.md index 5a00be90b0e..f52220ec062 100644 --- a/profiles/CloudCommunications/definitions/v1.0-beta.md +++ b/profiles/CloudCommunications/definitions/v1.0-beta.md @@ -45,6 +45,7 @@ profiles: /communications/onlineMeetings/{onlineMeeting-id}: v1.0-beta /communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording: v1.0-beta /communications/onlineMeetings/{onlineMeeting-id}/attendeeReport: v1.0-beta + /communications/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport: v1.0-beta /communications/onlineMeetings/{onlineMeeting-id}/recording: v1.0-beta /communications/onlineMeetings/microsoft.graph.createOrGet: v1.0-beta /communications/presences: v1.0-beta @@ -55,6 +56,7 @@ profiles: /users/{user-id}/onlineMeetings/{onlineMeeting-id}: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport: v1.0-beta + /users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport: v1.0-beta /users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording: v1.0-beta /users/{user-id}/presence: v1.0-beta diff --git a/profiles/CloudCommunications/readme.md b/profiles/CloudCommunications/readme.md index 0804ad91692..21243beacaa 100644 --- a/profiles/CloudCommunications/readme.md +++ b/profiles/CloudCommunications/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Compliance/crawl-log-v1.0-beta.json b/profiles/Compliance/crawl-log-v1.0-beta.json index 215da33a0d8..f9f6e1a3bf3 100644 --- a/profiles/Compliance/crawl-log-v1.0-beta.json +++ b/profiles/Compliance/crawl-log-v1.0-beta.json @@ -2,288 +2,288 @@ "resources": [], "operations": { "/compliance": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/microsoft.graph.ediscovery.activate": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/microsoft.graph.ediscovery.release": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/microsoft.graph.ediscovery.updateIndex": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/microsoft.graph.ediscovery.close": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/microsoft.graph.ediscovery.reopen": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.Release": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.UpdateIndex": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/operations": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/microsoft.graph.ediscovery.caseExportOperation/microsoft.graph.ediscovery.getDownloadUrl()": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/microsoft.graph.ediscovery.addToReviewSet": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/microsoft.graph.ediscovery.export": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/microsoft.graph.ediscovery.applyTags": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/settings": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/settings/microsoft.graph.ediscovery.resetToDefault": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/microsoft.graph.ediscovery.estimateStatistics": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/microsoft.graph.ediscovery.asHierarchy()": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent/$ref": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" }, "/compliance/ediscovery/cases/{case-id}/tags/microsoft.graph.ediscovery.asHierarchy()": { - "originalLocation": "/openApiDocs/beta/Compliance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Compliance.yml" } } } diff --git a/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json b/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json index b910fc53177..f03f32465f7 100644 --- a/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json +++ b/profiles/CrossDeviceExperiences/crawl-log-v1.0-beta.json @@ -2,36 +2,36 @@ "resources": [], "operations": { "/users/{user-id}/activities": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity/$ref": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/devices": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" }, "/users/{user-id}/devices/{device-id}": { - "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/CrossDeviceExperiences.yml" } } } diff --git a/profiles/CrossDeviceExperiences/crawl-log-v1.0.json b/profiles/CrossDeviceExperiences/crawl-log-v1.0.json index 9c3402afb60..c00e752d5df 100644 --- a/profiles/CrossDeviceExperiences/crawl-log-v1.0.json +++ b/profiles/CrossDeviceExperiences/crawl-log-v1.0.json @@ -2,28 +2,28 @@ "resources": [], "operations": { "/users/{user-id}/activities": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" }, "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity/$ref": { - "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CrossDeviceExperiences.yml" } } } diff --git a/profiles/CrossDeviceExperiences/readme.md b/profiles/CrossDeviceExperiences/readme.md index 36a6c0cf82c..7cc51cf8c5c 100644 --- a/profiles/CrossDeviceExperiences/readme.md +++ b/profiles/CrossDeviceExperiences/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json index a081dfa2f92..0637c1c4489 100644 --- a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json @@ -2,1784 +2,1788 @@ "resources": [], "operations": { "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/microsoft.graph.createToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/microsoft.graph.revokeToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/microsoft.graph.createToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/microsoft.graph.revokeToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.completeSignup": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.requestSignupUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.syncApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidForWorkSettings/microsoft.graph.unbind": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.approveApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.completeSignup": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.createGooglePlayWebToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.requestSignupUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.setAndroidDeviceOwnerFullyManagedEnrollmentState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.syncApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/microsoft.graph.unbind": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/applePushNotificationCertificate/microsoft.graph.generateApplePushNotificationCertificateSigningRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/assignmentFilters/microsoft.graph.enable": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/assignmentFilters/microsoft.graph.validateFilter": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" + }, + "/deviceManagement/chromeOSOnboardingSettings/microsoft.graph.connect": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/comanagedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/microsoft.graph.consentToDataSharing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.setDefaultProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.updateDeviceProfileAssignment": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/microsoft.graph.importAppleDeviceIdentityList": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.generateEncryptionPublicKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.shareForSchoolDataSyncService": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.syncWithAppleDeviceEnrollmentProgram": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.unshareForSchoolDataSyncService": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.uploadDepToken": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.scheduleActionsForRules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.getDevicesScheduledToRetire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.refreshDeviceComplianceReportSummarization": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.setScheduledRetireState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/microsoft.graph.validateComplianceScript": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.assignedAccessMultiModeProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.windowsPrivacyAccessControls": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendFeatureUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendQualityUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assignedAccessMultiModeProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.windowsPrivacyAccessControls": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendFeatureUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.windowsUpdateForBusinessConfiguration/microsoft.graph.extendQualityUpdatesPause": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/microsoft.graph.getTargetedUsersAndDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.getGlobalScriptHighestAvailableVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.updateGlobalScript": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceHealthScripts/microsoft.graph.enableGlobalScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceManagementScripts/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/microsoft.graph.sync": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/microsoft.graph.updateDefinitionValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyMigrationReports/microsoft.graph.createMigrationReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.addLanguageFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.remove": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.removeLanguageFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.updateLanguageFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/microsoft.graph.uploadNewVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/importedDeviceIdentities/microsoft.graph.importDeviceIdentityList": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/importedDeviceIdentities/microsoft.graph.searchExistingIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/importedWindowsAutopilotDeviceIdentities/microsoft.graph.import": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.createCopy": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.migrateToTemplate": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.updateSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.enableAndroidDeviceAdministratorEnrollment": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.enableLegacyPcManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.enableUnlicensedAdminstrators": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.getAssignmentFiltersStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.createServerLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.getHealthMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/microsoft.graph.getHealthMetricTimeSeries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/microsoft.graph.sendTestMessage": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.beginOnboarding": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.disconnect": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getActiveMalwareReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getActiveMalwareSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getAppsInstallSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getAppStatusOverviewReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCachedReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCertificatesReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCompliancePolicyNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getCompliancePolicyNonComplianceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getComplianceSettingNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPoliciesReportForDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyDevicesReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyDeviceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationPolicyNonComplianceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationSettingDetailsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationSettingNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getConfigurationSettingsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getDeviceInstallStatusReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getDeviceNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getFailedMobileAppsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getFailedMobileAppsSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getHistoricalReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getMalwareSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceMetadata": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getPolicyNonComplianceSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getReportFilters": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getSettingNonComplianceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUnhealthyDefenderAgentsReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUnhealthyFirewallReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUnhealthyFirewallSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getUserInstallStatusReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsQualityUpdateAlertSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/reports/microsoft.graph.getWindowsUpdateAlertSummaryReport": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/microsoft.graph.getRoleScopeTagsById": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/roleScopeTags/microsoft.graph.getRoleScopeTagsById": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/microsoft.graph.createInstance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/microsoft.graph.createInstance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/microsoft.graph.importOffice365DeviceConfigurationPolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/templates/microsoft.graph.importOffice365DeviceConfigurationPolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.reprovision": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.runHealthChecks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.updateAdDomainPassword": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignUserToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignResourceAccountFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignUserFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/microsoft.graph.deleteDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignUserToDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignResourceAccountFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.unassignUserFromDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.updateDeviceProperties": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/microsoft.graph.deleteDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsAutopilotSettings/microsoft.graph.sync": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" } } } diff --git a/profiles/DeviceManagement.Actions/crawl-log-v1.0.json b/profiles/DeviceManagement.Actions/crawl-log-v1.0.json index c0de4a7172b..e30373d23f0 100644 --- a/profiles/DeviceManagement.Actions/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Actions/crawl-log-v1.0.json @@ -2,112 +2,112 @@ "resources": [], "operations": { "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/microsoft.graph.scheduleActionsForRules": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/microsoft.graph.sync": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/microsoft.graph.sendTestMessage": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.beginOnboarding": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/microsoft.graph.disconnect": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Actions.yml" } } } diff --git a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md index 0cc134487b6..ca8175c2063 100644 --- a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md @@ -26,6 +26,7 @@ profiles: /deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/microsoft.graph.setPriority: v1.0-beta /deviceManagement/assignmentFilters/microsoft.graph.enable: v1.0-beta /deviceManagement/assignmentFilters/microsoft.graph.validateFilter: v1.0-beta + /deviceManagement/chromeOSOnboardingSettings/microsoft.graph.connect: v1.0-beta ? /deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl : v1.0-beta /deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock: v1.0-beta diff --git a/profiles/DeviceManagement.Actions/readme.md b/profiles/DeviceManagement.Actions/readme.md index 26112dd0372..f376872cdfe 100644 --- a/profiles/DeviceManagement.Actions/readme.md +++ b/profiles/DeviceManagement.Actions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json index fe8180fe100..9432e50171c 100644 --- a/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json @@ -2,420 +2,420 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/auditEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/auditEvents/{auditEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/cartToClassAssociations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/comanagementEligibleDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationRestrictedAppsViolations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/domainJoinConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicy": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeOnPremisesPolicy/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/definitionFile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/definitionFile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyObjectFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/ndesConnectors": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/ndesConnectors/{ndesConnector-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations/{resourceOperation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/userPfxCertificates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" } } } diff --git a/profiles/DeviceManagement.Administration/crawl-log-v1.0.json b/profiles/DeviceManagement.Administration/crawl-log-v1.0.json index 7aa324352c8..1fb7c523c53 100644 --- a/profiles/DeviceManagement.Administration/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Administration/crawl-log-v1.0.json @@ -2,136 +2,136 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/resourceOperations/{resourceOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" }, "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Administration.yml" } } } diff --git a/profiles/DeviceManagement.Administration/readme.md b/profiles/DeviceManagement.Administration/readme.md index b638ae31e5a..216b5024e5d 100644 --- a/profiles/DeviceManagement.Administration/readme.md +++ b/profiles/DeviceManagement.Administration/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json index 07b5852cf9f..983eb88b73f 100644 --- a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0-beta.json @@ -2,900 +2,900 @@ "resources": [], "operations": { "/deviceManagement/androidDeviceOwnerEnrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedWindowsAutopilotDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsAutopilotSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/deviceUpdateStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/deviceUpdateStates/{windowsUpdateState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/microsoft.graph.roleScheduleInstances(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/microsoft.graph.roleSchedules(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/{approval-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilitySchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/directory/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/microsoft.graph.roleScheduleInstances(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/microsoft.graph.roleSchedules(directoryScopeId='{directoryScopeId}',appScopeId='{appScopeId}',principalId='{principalId}',roleDefinitionId='{roleDefinitionId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/microsoft.graph.importResourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/{unifiedRoleAssignmentRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleAssignmentSchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/appScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/directoryScope/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/principal/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/roleDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/{unifiedRoleEligibilityRequest-id}/targetSchedule/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilitySchedules": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" }, "/roleManagement/entitlementManagement/roleEligibilitySchedules/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Enrolment.yml" } } } diff --git a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json index f0ce8d78895..720bd1f7eae 100644 --- a/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Enrolment/crawl-log-v1.0.json @@ -2,28 +2,28 @@ "resources": [], "operations": { "/deviceManagement/conditionalAccessSettings": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" }, "/roleManagement": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Enrolment.yml" } } } diff --git a/profiles/DeviceManagement.Enrolment/readme.md b/profiles/DeviceManagement.Enrolment/readme.md index 96df7f1d5f8..21fc0c003fa 100644 --- a/profiles/DeviceManagement.Enrolment/readme.md +++ b/profiles/DeviceManagement.Enrolment/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json index 4df654564d8..8f84b6076bf 100644 --- a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json @@ -2,244 +2,244 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate/microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/assignmentFilters/microsoft.graph.getState()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/auditEvents/microsoft.graph.getAuditActivityTypes(category='{category}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/auditEvents/microsoft.graph.getAuditCategories()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/configManagerCollections/microsoft.graph.getPolicySummary(policyId='{policyId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/microsoft.graph.exportMobileConfig()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/microsoft.graph.getEncryptionPublicKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/depOnboardingSettings/microsoft.graph.getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/deviceRunStates/{deviceComplianceScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceConfigurations/microsoft.graph.getIosAvailableUpdateVersions()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/microsoft.graph.getRemediationHistory()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/microsoft.graph.areGlobalScriptsAvailable()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceHealthScripts/microsoft.graph.getRemediationSummary()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/microsoft.graph.compare(templateId='{templateId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}/managementConditionStatements/microsoft.graph.getManagementConditionStatementsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditions/microsoft.graph.getManagementConditionsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/managementConditions/microsoft.graph.getManagementConditionsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/microsoft.graph.getManagementConditionStatementExpressionString()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/managementConditionStatements/microsoft.graph.getManagementConditionStatementsForPlatform(platform={platform})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getAssignedRoleDetails()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getComanagedDevicesSummary()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getComanagementEligibleDevicesSummary()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getEffectivePermissions()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getEffectivePermissions(scope='{scope}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getRoleScopeTagsByIds(ids=@ids)": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getRoleScopeTagsByResource(resource='{resource}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.scopedForResource(resource='{resource}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/resourceOperations/{resourceOperation-id}/microsoft.graph.getScopesForUser(userid='{userid}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/microsoft.graph.hasCustomRoleScopeTag()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/roleScopeTags/microsoft.graph.hasCustomRoleScopeTag()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/microsoft.graph.compare(templateId='{templateId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/microsoft.graph.compare(templateId='{templateId}')": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsDevicePerformance/microsoft.graph.summarizeDevicePerformanceDevices(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/microsoft.graph.summarizeDeviceRegressionPerformance(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsRemoteConnection/microsoft.graph.summarizeDeviceRemoteConnection(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/userExperienceAnalyticsResourcePerformance/microsoft.graph.summarizeDeviceResourcePerformance(summarizeBy={summarizeBy})": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, "/deviceManagement/virtualEndpoint/microsoft.graph.getEffectivePermissions()": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" } } } diff --git a/profiles/DeviceManagement.Functions/crawl-log-v1.0.json b/profiles/DeviceManagement.Functions/crawl-log-v1.0.json index c21a407be07..bec4f444fb1 100644 --- a/profiles/DeviceManagement.Functions/crawl-log-v1.0.json +++ b/profiles/DeviceManagement.Functions/crawl-log-v1.0.json @@ -2,16 +2,16 @@ "resources": [], "operations": { "/deviceManagement/applePushNotificationCertificate/microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.getEffectivePermissions(scope='{scope}')": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml" }, "/deviceManagement/microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.Functions.yml" } } } diff --git a/profiles/DeviceManagement.Functions/readme.md b/profiles/DeviceManagement.Functions/readme.md index 7b25284e128..1e525ebc4d1 100644 --- a/profiles/DeviceManagement.Functions/readme.md +++ b/profiles/DeviceManagement.Functions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DeviceManagement/crawl-log-v1.0-beta.json b/profiles/DeviceManagement/crawl-log-v1.0-beta.json index b65a0c568e3..2a75e4eb38b 100644 --- a/profiles/DeviceManagement/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement/crawl-log-v1.0-beta.json @@ -2,1348 +2,1348 @@ "resources": [], "operations": { "/deviceManagement": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/advancedThreatProtectionOnboardingStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidForWorkAppConfigurationSchemas": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidForWorkSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidManagedStoreAccountEnterpriseSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidManagedStoreAppConfigurationSchemas": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/assignmentFilters": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories/{deviceManagementSettingCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/users": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/users/{user-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/dataSharingConsents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/derivedCredentials": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCategories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCategories/{deviceCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicyDeviceStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationConflictSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationDeviceStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationUserStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/definitionValue": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/definitionValue/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/presentation": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}/presentation/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/settings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/userStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceEncryptionStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/users": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/users/{user-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}/managementConditionStatements": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditions/{managementCondition-id}/managementConditionStatements/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/managementConditions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/managementConditionStatements/{managementConditionStatement-id}/managementConditions/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelConfigurations": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelHealthThresholds": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelServerLogCollectionResponses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/remoteActionAudits": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/settingDefinitions": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/settings": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicePerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsImpactingProcess": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}/userExperienceAnalyticsMetric/$ref": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsOverview": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/manufacturerRegression": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/manufacturerRegression/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/modelRegression": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/modelRegression/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/operatingSystemRegression": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRegressionSummary/operatingSystemRegression/{userExperienceAnalyticsMetric-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRemoteConnection": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsResourcePerformance": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsScoreHistory": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" }, "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}": { - "originalLocation": "/openApiDocs/beta/DeviceManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.yml" } } } diff --git a/profiles/DeviceManagement/crawl-log-v1.0.json b/profiles/DeviceManagement/crawl-log-v1.0.json index 595ecfad2be..1e21107bc83 100644 --- a/profiles/DeviceManagement/crawl-log-v1.0.json +++ b/profiles/DeviceManagement/crawl-log-v1.0.json @@ -2,252 +2,252 @@ "resources": [], "operations": { "/deviceManagement": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCategories": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCategories/{deviceCategory-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicyDeviceStateSummary": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurationDeviceStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDeviceOverview/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/softwareUpdateStatusSummary/$ref": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" }, "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DeviceManagement.yml" } } } diff --git a/profiles/DeviceManagement/readme.md b/profiles/DeviceManagement/readme.md index 162b39bde89..1c3de9d5890 100644 --- a/profiles/DeviceManagement/readme.md +++ b/profiles/DeviceManagement/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json b/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json index 1204f79cb94..d8092f84591 100644 --- a/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json +++ b/profiles/Devices.CloudPrint/crawl-log-v1.0-beta.json @@ -2,228 +2,228 @@ "resources": [], "operations": { "/print": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/connectors": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/connectors/{printConnector-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/operations": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/operations/{printOperation-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.getCapabilities()": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.resetDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/share": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/share/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printers/microsoft.graph.create": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedGroups": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedGroups/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedUsers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/allowedUsers/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/microsoft.graph.getCapabilities()": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/microsoft.graph.resetDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/printerShares/{printerShare-id}/printer/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/reports": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services/{printService-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.getCapabilities()": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.resetDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CloudPrint.yml" } } } diff --git a/profiles/Devices.CloudPrint/crawl-log-v1.0.json b/profiles/Devices.CloudPrint/crawl-log-v1.0.json index a1533c54527..f5a3d27113e 100644 --- a/profiles/Devices.CloudPrint/crawl-log-v1.0.json +++ b/profiles/Devices.CloudPrint/crawl-log-v1.0.json @@ -2,156 +2,156 @@ "resources": [], "operations": { "/print": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/connectors": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/connectors/{printConnector-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/operations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/operations/{printOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/connectors/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/shares/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/printers/microsoft.graph.create": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services/{printService-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedGroups/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/allowedUsers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/shares/{printerShare-id}/printer/microsoft.graph.restoreFactoryDefaults": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" } } } diff --git a/profiles/Devices.CloudPrint/readme.md b/profiles/Devices.CloudPrint/readme.md index 2bb5876dc33..ef8d9cd91c5 100644 --- a/profiles/Devices.CloudPrint/readme.md +++ b/profiles/Devices.CloudPrint/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json b/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json index 83a91bc0c00..bd3203c4d74 100644 --- a/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json +++ b/profiles/Devices.CorporateManagement/crawl-log-v1.0-beta.json @@ -2,956 +2,956 @@ "resources": [], "operations": { "/deviceAppManagement": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/deviceAppManagementTasks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/microsoft.graph.updateStatus": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/enterpriseCodeSigningCertificates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosLobAppProvisioningConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBookCategories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/categories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/categories/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/microsoft.graph.syncMicrosoftStoreForBusinessApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeAllLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeDeviceLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.iosVppApp/microsoft.graph.revokeUserLicense": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.updateRelationships": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.getMobileAppCount(status='{status}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.getTopMobileApps(status='{status}',count={count})": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/microsoft.graph.validateXml": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/items": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/{policySet-id}/microsoft.graph.update": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/policySets/microsoft.graph.getPolicySets": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/sideLoadingKeys": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/sideLoadingKeys/{sideLoadingKey-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/symantecCodeSigningCertificate": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.revokeLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.syncLicenses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/microsoft.graph.getLicensesForApp(bundleId='{bundleId}')": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/microsoft.graph.syncLicenseCounts": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionWipeActions": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsManagementApp": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsManagementApp/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/officeConfiguration/clientConfigurations/microsoft.graph.updatePriorities": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/users": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/users/{user-id1}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppIntentAndStates": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/windowsInformationProtectionDeviceRegistrations": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" }, "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$ref": { - "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Devices.CorporateManagement.yml" } } } diff --git a/profiles/Devices.CorporateManagement/crawl-log-v1.0.json b/profiles/Devices.CorporateManagement/crawl-log-v1.0.json index 819e504a40e..951751a0b17 100644 --- a/profiles/Devices.CorporateManagement/crawl-log-v1.0.json +++ b/profiles/Devices.CorporateManagement/crawl-log-v1.0.json @@ -2,408 +2,408 @@ "resources": [], "operations": { "/deviceAppManagement": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/microsoft.graph.syncMicrosoftStoreForBusinessApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.syncLicenses": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedAppRegistrations/$ref": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}": { - "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CorporateManagement.yml" } } } diff --git a/profiles/Devices.CorporateManagement/readme.md b/profiles/Devices.CorporateManagement/readme.md index 2647ce03bb6..b68782ee81a 100644 --- a/profiles/Devices.CorporateManagement/readme.md +++ b/profiles/Devices.CorporateManagement/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/DirectoryObjects/crawl-log-v1.0-beta.json b/profiles/DirectoryObjects/crawl-log-v1.0-beta.json index 965dcac4230..5764e546444 100644 --- a/profiles/DirectoryObjects/crawl-log-v1.0-beta.json +++ b/profiles/DirectoryObjects/crawl-log-v1.0-beta.json @@ -2,44 +2,44 @@ "resources": [], "operations": { "/directoryObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DirectoryObjects.yml" } } } diff --git a/profiles/DirectoryObjects/crawl-log-v1.0.json b/profiles/DirectoryObjects/crawl-log-v1.0.json index a49c2092840..7d2562f5f72 100644 --- a/profiles/DirectoryObjects/crawl-log-v1.0.json +++ b/profiles/DirectoryObjects/crawl-log-v1.0.json @@ -2,44 +2,44 @@ "resources": [], "operations": { "/directoryObjects": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/{directoryObject-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" }, "/directoryObjects/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/DirectoryObjects.yml" } } } diff --git a/profiles/DirectoryObjects/readme.md b/profiles/DirectoryObjects/readme.md index 8eb6d94d3d1..f0e3cc6bd93 100644 --- a/profiles/DirectoryObjects/readme.md +++ b/profiles/DirectoryObjects/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Education/crawl-log-v1.0-beta.json b/profiles/Education/crawl-log-v1.0-beta.json index 2fd4b79781c..2a8fa4b04b0 100644 --- a/profiles/Education/crawl-log-v1.0-beta.json +++ b/profiles/Education/crawl-log-v1.0-beta.json @@ -2,524 +2,524 @@ "resources": [], "operations": { "/education": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentCategories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentDefaults": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.getResourcesFolderUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/assignmentSettings": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/group": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/members": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/members/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/schools/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/teachers": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/teachers/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/{educationClass-id}/teachers/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/categories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/microsoft.graph.getResourcesFolderUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/rubric": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/classes/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/rubrics": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/rubrics/{educationRubric-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/schools/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/taughtClasses": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/user": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/me/user/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/classes/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/users": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/users/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/{educationSchool-id}/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.pause": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.reset": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.resume": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.start": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/microsoft.graph.uploadUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.getResourcesFolderUrl()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.return": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.submit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.unsubmit": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/classes": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/classes/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/rubrics": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/rubrics/{educationRubric-id}": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/schools": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/schools/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/user": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/{educationUser-id}/user/$ref": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" }, "/education/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Education.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" } } } diff --git a/profiles/Education/crawl-log-v1.0.json b/profiles/Education/crawl-log-v1.0.json index 51c9aa1d232..ce2b84336dc 100644 --- a/profiles/Education/crawl-log-v1.0.json +++ b/profiles/Education/crawl-log-v1.0.json @@ -2,212 +2,212 @@ "resources": [], "operations": { "/education": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/group": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/group/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/members/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/schools/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/teachers": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/teachers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/{educationClass-id}/teachers/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/classes/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/schools/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/taughtClasses": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/user": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/me/user/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/administrativeUnit/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/classes/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/users": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/users/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/{educationSchool-id}/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/classes": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/classes/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/classes/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/schools": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/schools/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/schools/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/taughtClasses/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/user": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/{educationUser-id}/user/$ref": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" }, "/education/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Education.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Education.yml" } } } diff --git a/profiles/Education/readme.md b/profiles/Education/readme.md index ae1e2d7286f..ceb62f50003 100644 --- a/profiles/Education/readme.md +++ b/profiles/Education/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Files/crawl-log-v1.0-beta.json b/profiles/Files/crawl-log-v1.0-beta.json index eaa0d09c312..ccc28ff1052 100644 --- a/profiles/Files/crawl-log-v1.0-beta.json +++ b/profiles/Files/crawl-log-v1.0-beta.json @@ -2,880 +2,880 @@ "resources": [], "operations": { "/drives": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/activities/{itemActivityOLD-id1}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/bundles": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/bundles/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/bundles/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/following": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/activities/{itemActivityOLD-id1}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/contentTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/microsoft.graph.search(q='{q}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/microsoft.graph.sharedWithMe()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/root": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/root/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/special": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/groups/{group-id}/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/groups/{group-id}/drives": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/groups/{group-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/activities/{itemActivityOLD-id1}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/activities/{itemActivityOLD-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.isPublished()": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.publish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/microsoft.graph.unpublish": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/microsoft.graph.addCopy": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.createLink": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/permission": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/permission/microsoft.graph.grant": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/permission/microsoft.graph.revokeGrants": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/root": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/root/content": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/shares/{sharedDriveItem-id}/site": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/users/{user-id}/drive": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/users/{user-id}/drives": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" }, "/users/{user-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/beta/Files.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Files.yml" } } } diff --git a/profiles/Files/crawl-log-v1.0.json b/profiles/Files/crawl-log-v1.0.json index 0cb6067fce4..c7fa7f44587 100644 --- a/profiles/Files/crawl-log-v1.0.json +++ b/profiles/Files/crawl-log-v1.0.json @@ -2,372 +2,372 @@ "resources": [], "operations": { "/drives": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/following": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/following/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/columns": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/microsoft.graph.search(q='{q}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/microsoft.graph.sharedWithMe()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/root": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/root/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/special": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/drives/{drive-id}/special/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/groups/{group-id}/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/groups/{group-id}/drives": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/groups/{group-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/analytics/$ref": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/driveItem/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval()": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/fields": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/listItem/versions/{listItemVersion-id}/microsoft.graph.restoreVersion": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/permission": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/permission/microsoft.graph.grant": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/root": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/root/content": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/shares/{sharedDriveItem-id}/site": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/users/{user-id}/drive": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/users/{user-id}/drives": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" }, "/users/{user-id}/drives/{drive-id}": { - "originalLocation": "/openApiDocs/v1.0/Files.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Files.yml" } } } diff --git a/profiles/Files/readme.md b/profiles/Files/readme.md index 598aba8acb3..e28d76534c9 100644 --- a/profiles/Files/readme.md +++ b/profiles/Files/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Financials/crawl-log-v1.0-beta.json b/profiles/Financials/crawl-log-v1.0-beta.json index e6958158c9f..e89435b514d 100644 --- a/profiles/Financials/crawl-log-v1.0-beta.json +++ b/profiles/Financials/crawl-log-v1.0-beta.json @@ -2,1008 +2,1008 @@ "resources": [], "operations": { "/financials": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/accounts": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/accounts/{account-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsPayable": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsReceivable": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/companyInformation": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/companyInformation/{companyInformation-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/countriesRegions": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/currencies": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/currencies/{currency-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions/{dimension-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensionValues": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/generalLedgerEntries": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/itemCategories": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/itemCategories/{itemCategory-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journalLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journalLines/{journalLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journalLines/{journalLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/journalLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/journalLines/{journalLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/journals/{journal-id}/microsoft.graph.post": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentMethods": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentTerms": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/microsoft.graph.post": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.cancelAndSend": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.post": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.postAndSend": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.makeInvoice": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/account": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/shipmentMethods": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxAreas": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxAreas/{taxArea-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxGroups": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/taxGroups/{taxGroup-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/unitsOfMeasure": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/currency": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/picture": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" }, "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content": { - "originalLocation": "/openApiDocs/beta/Financials.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Financials.yml" } } } diff --git a/profiles/Groups/crawl-log-v1.0-beta.json b/profiles/Groups/crawl-log-v1.0-beta.json index 1805f1c2acb..eb152c8ca9b 100644 --- a/profiles/Groups/crawl-log-v1.0-beta.json +++ b/profiles/Groups/crawl-log-v1.0-beta.json @@ -2,1420 +2,1420 @@ "resources": [], "operations": { "/groupLifecyclePolicies": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groupLifecyclePolicies/microsoft.graph.renewGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/acceptedSenders": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/acceptedSenders/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/endpoints": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/endpoints/{endpoint-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/members": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.addFavorite": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.evaluateDynamicMembership": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.removeFavorite": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.renew": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.resetUnseenCount": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.subscribeByMail": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.unsubscribeByMail": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/owners": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/permissionGrants": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photo": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photos": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/rejectedSenders": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/rejectedSenders/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/settings": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/settings/{directorySetting-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMembers": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/{group-id}/transitiveMembers/$ref": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.evaluateDynamicMembership": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/groups/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/users/{user-id}/joinedGroups": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" }, "/users/{user-id}/joinedGroups/{group-id}": { - "originalLocation": "/openApiDocs/beta/Groups.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Groups.yml" } } } diff --git a/profiles/Groups/crawl-log-v1.0.json b/profiles/Groups/crawl-log-v1.0.json index 019e54309e9..0fe67cd2707 100644 --- a/profiles/Groups/crawl-log-v1.0.json +++ b/profiles/Groups/crawl-log-v1.0.json @@ -2,1240 +2,1240 @@ "resources": [], "operations": { "/groupLifecyclePolicies": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.addGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/microsoft.graph.removeGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/acceptedSenders": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/acceptedSenders/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/createdOnBehalfOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/membersWithLicenseErrors/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.addFavorite": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkGrantedPermissionsForApp": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.removeFavorite": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.renew": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.resetUnseenCount": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.subscribeByMail": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.unsubscribeByMail": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/owners": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/owners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/permissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photos": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/rejectedSenders": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/rejectedSenders/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMembers": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/{group-id}/transitiveMembers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" }, "/groups/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Groups.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Groups.yml" } } } diff --git a/profiles/Groups/readme.md b/profiles/Groups/readme.md index 3c97ff7dc1e..eb7aaec76b0 100644 --- a/profiles/Groups/readme.md +++ b/profiles/Groups/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json index 1f36fd4d597..1f045e8628c 100644 --- a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json +++ b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json @@ -2,612 +2,612 @@ "resources": [], "operations": { "/administrativeUnits": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/members": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/administrativeUnits/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/commands": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/commands/{command-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/usageRights": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/usageRights/{usageRight-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/deletedItems": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/deletedItems/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/sharedEmailDomains": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directory/sharedEmailDomains/{sharedEmailDomain-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/{directorySettingTemplate-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/directorySettingTemplates/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.forceDelete": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.verify": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/sharedEmailDomainInvitations": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/branding": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings/itemInsights": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings/profileCardProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/settings": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/settings/{directorySetting-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/subscribedSkus": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/subscribedSkus/{subscribedSku-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" } } } diff --git a/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json b/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json index 1e6d3a03d98..f5b1ecc768e 100644 --- a/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json +++ b/profiles/Identity.DirectoryManagement/crawl-log-v1.0.json @@ -2,460 +2,460 @@ "resources": [], "operations": { "/contacts": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/manager/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/{orgContact-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contacts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/{contract-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/contracts/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredOwners/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/registeredUsers/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/{device-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/devices/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/administrativeUnits/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/deletedItems": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directory/deletedItems/{directoryObject-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/members/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoles/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/{directoryRoleTemplate-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/directoryRoleTemplates/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/domainNameReferences/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.forceDelete": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/microsoft.graph.verify": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/branding": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/organization/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/subscribedSkus": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/subscribedSkus/{subscribedSku-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" }, "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.DirectoryManagement.yml" } } } diff --git a/profiles/Identity.DirectoryManagement/readme.md b/profiles/Identity.DirectoryManagement/readme.md index d94c0f0de55..2f4a76d0d6a 100644 --- a/profiles/Identity.DirectoryManagement/readme.md +++ b/profiles/Identity.DirectoryManagement/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Identity.Governance/crawl-log-v1.0-beta.json b/profiles/Identity.Governance/crawl-log-v1.0-beta.json index 0e2ea48cb1b..61f0c5622af 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0-beta.json +++ b/profiles/Identity.Governance/crawl-log-v1.0-beta.json @@ -2,3352 +2,3352 @@ "resources": [], "operations": { "/accessReviews": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/decisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/instances": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/instances/{accessReview-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.applyDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.resetDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.sendReminder": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/myDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/reviewers": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/businessFlowTemplates": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/businessFlowTemplates/{businessFlowTemplate-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.applyDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.resetDecisions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.sendReminder": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/target": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/target/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment/target/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/target": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/{accessPackageAssignment-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}/accessPackageSubject/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentResourceRoles/microsoft.graph.My()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/target/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageAssignments/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/accessPackageResource/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor/connectedOrganization": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}/requestor/connectedOrganization/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResources/{accessPackageResource-id}/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/{accessPackage-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackageCatalog/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageCatalog/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceEnvironment/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceRoles/{accessPackageResourceRole-id}/accessPackageResource": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceScope/accessPackageResource/accessPackageResourceScopes/{accessPackageResourceScope-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/identityGovernance/entitlementManagement/settings": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/resources": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleDefinitions": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleSettings": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}/request": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}/request/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/{privilegedApproval-id}/roleInfo": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedApproval/microsoft.graph.myRequests()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedOperationEvents": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedOperationEvents/{privilegedOperationEvent-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignmentRequests/microsoft.graph.my()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makeEligible": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/microsoft.graph.makePermanent": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoleAssignments/microsoft.graph.my()": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/assignments": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/assignments/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfActivate": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/microsoft.graph.selfDeactivate": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/settings": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/privilegedRoles/{privilegedRole-id}/summary": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControls": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControls/{programControl-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControls/{programControl-id}/program": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControlTypes": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programControlTypes/{programControlType-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs/{program-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs/{program-id}/controls": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/programs/{program-id}/controls/{programControl-id}": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.Governance.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" } } } diff --git a/profiles/Identity.Governance/crawl-log-v1.0.json b/profiles/Identity.Governance/crawl-log-v1.0.json index 25a8e3de6b3..dbd2b0394ba 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0.json +++ b/profiles/Identity.Governance/crawl-log-v1.0.json @@ -2,72 +2,72 @@ "resources": [], "operations": { "/agreements": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" }, "/users/{user-id}/agreementAcceptances/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.Governance.yml" } } } diff --git a/profiles/Identity.Governance/readme.md b/profiles/Identity.Governance/readme.md index e3b4b9fc191..a0f157ef08b 100644 --- a/profiles/Identity.Governance/readme.md +++ b/profiles/Identity.Governance/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json index da20d575323..1d43cadc00d 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json @@ -2,552 +2,552 @@ "resources": [], "operations": { "/dataPolicyOperations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/dataPolicyOperations/{dataPolicyOperation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/authenticationContextClassReferences": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations/{namedLocation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/userFlows": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identity/userFlows/{identityUserFlow-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identityProviders": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identityProviders/{identityProvider-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/identityProviders/microsoft.graph.availableProviderTypes()": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/bitlocker": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/dataLossPreventionPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/microsoft.graph.decryptBuffer": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/microsoft.graph.encryptBuffer": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/{informationProtectionLabel-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.evaluateApplication": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.evaluateRemoval": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/policy/labels/microsoft.graph.extractLabel": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityLabels/microsoft.graph.evaluate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/sensitivityPolicySettings": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations/{invitation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/oauth2PermissionGrants/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/adminConsentRequestPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authenticationFlowsPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authenticationMethodsPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authorizationPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/authorizationPolicy/{authorizationPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/b2cAuthenticationMethodsPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/directoryRoleAccessReviewPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/identitySecurityDefaultsEnforcementPolicy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy/$ref": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskDetections": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskDetections/{riskDetection-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/{riskyUser-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/{riskyUser-id}/history": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/microsoft.graph.confirmCompromised": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/riskyUsers/microsoft.graph.dismiss": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.generateKey": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.getActiveKey()": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadCertificate": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadPkcs12": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.uploadSecret": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/policies": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/policies/{trustFrameworkPolicy-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/trustFramework/policies/{trustFrameworkPolicy-id}/$value": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/emailMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/operations": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/operations/{longRunningOperation-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/phoneMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/temporaryAccessPassMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, "/users/{user-id}/informationProtection": { - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" } } } diff --git a/profiles/Identity.SignIns/crawl-log-v1.0.json b/profiles/Identity.SignIns/crawl-log-v1.0.json index 80ec27abca9..48d9c4e2acd 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0.json @@ -2,248 +2,248 @@ "resources": [], "operations": { "/dataPolicyOperations": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/dataPolicyOperations/{dataPolicyOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/namedLocations/{namedLocation-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identityProviders": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/identityProviders/{identityProvider-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations/{invitation-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/invitations/{invitation-id}/invitedUser/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/oauth2PermissionGrants/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/organization/{organization-id}/certificateBasedAuthConfiguration/$ref": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/adminConsentRequestPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/authenticationMethodsPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/authorizationPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/identitySecurityDefaultsEnforcementPolicy": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" }, "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device": { - "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Identity.SignIns.yml" } } } diff --git a/profiles/Identity.SignIns/readme.md b/profiles/Identity.SignIns/readme.md index 831c79387de..ff7b02649f6 100644 --- a/profiles/Identity.SignIns/readme.md +++ b/profiles/Identity.SignIns/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Mail/crawl-log-v1.0-beta.json b/profiles/Mail/crawl-log-v1.0-beta.json index 9f8a0037fde..68d86347076 100644 --- a/profiles/Mail/crawl-log-v1.0-beta.json +++ b/profiles/Mail/crawl-log-v1.0-beta.json @@ -2,168 +2,168 @@ "resources": [], "operations": { "/users/{user-id}/inferenceClassification": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/mentions": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/mentions/{mention-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Mail.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Mail.yml" } } } diff --git a/profiles/Mail/crawl-log-v1.0.json b/profiles/Mail/crawl-log-v1.0.json index b18e4b39764..43eaaa51c03 100644 --- a/profiles/Mail/crawl-log-v1.0.json +++ b/profiles/Mail/crawl-log-v1.0.json @@ -2,144 +2,144 @@ "resources": [], "operations": { "/users/{user-id}/inferenceClassification": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" }, "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/Mail.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Mail.yml" } } } diff --git a/profiles/Mail/readme.md b/profiles/Mail/readme.md index 72ee34a42d6..1a9fb89ac8c 100644 --- a/profiles/Mail/readme.md +++ b/profiles/Mail/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Notes/crawl-log-v1.0-beta.json b/profiles/Notes/crawl-log-v1.0-beta.json index 34a8bac8a81..915dfedf7a1 100644 --- a/profiles/Notes/crawl-log-v1.0-beta.json +++ b/profiles/Notes/crawl-log-v1.0-beta.json @@ -2,2008 +2,2008 @@ "resources": [], "operations": { "/groups/{group-id}/onenote": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/operations": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/resources": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/operations": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/resources": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/operations": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/resources": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/beta/Notes.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Notes.yml" } } } diff --git a/profiles/Notes/crawl-log-v1.0.json b/profiles/Notes/crawl-log-v1.0.json index e50a018149d..139d220ec02 100644 --- a/profiles/Notes/crawl-log-v1.0.json +++ b/profiles/Notes/crawl-log-v1.0.json @@ -2,2008 +2,2008 @@ "resources": [], "operations": { "/groups/{group-id}/onenote": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/operations": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/resources": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/operations": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/resources": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/operations": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/operations/{onenoteOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/resources": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/resources/{onenoteResource-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sectionGroups/{sectionGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}": { - "originalLocation": "/openApiDocs/v1.0/Notes.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Notes.yml" } } } diff --git a/profiles/Notes/readme.md b/profiles/Notes/readme.md index 9a5963e1bce..9ef1dfe8a49 100644 --- a/profiles/Notes/readme.md +++ b/profiles/Notes/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/People/crawl-log-v1.0-beta.json b/profiles/People/crawl-log-v1.0-beta.json index 40b723cd6dd..43b70cc7a5e 100644 --- a/profiles/People/crawl-log-v1.0-beta.json +++ b/profiles/People/crawl-log-v1.0-beta.json @@ -2,180 +2,180 @@ "resources": [], "operations": { "/users/{user-id}/analytics": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/analytics/activityStatistics": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/people": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/people/{person-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/account": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/account/{userAccountInformation-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/addresses": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/addresses/{itemAddress-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/anniversaries": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/awards": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/awards/{personAward-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/certifications": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/certifications/{personCertification-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/educationalActivities": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/emails": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/emails/{itemEmail-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/interests": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/interests/{personInterest-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/languages": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/languages/{languageProficiency-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/names": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/names/{personName-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/notes": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/notes/{personAnnotation-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/patents": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/patents/{itemPatent-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/phones": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/phones/{itemPhone-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/positions": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/positions/{workPosition-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/projects": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/projects/{projectParticipation-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/publications": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/publications/{itemPublication-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/skills": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/skills/{skillProficiency-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/webAccounts": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/webAccounts/{webAccount-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/websites": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" }, "/users/{user-id}/profile/websites/{personWebsite-id}": { - "originalLocation": "/openApiDocs/beta/People.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/People.yml" } } } diff --git a/profiles/People/crawl-log-v1.0.json b/profiles/People/crawl-log-v1.0.json index 603e127147c..85974e1840f 100644 --- a/profiles/People/crawl-log-v1.0.json +++ b/profiles/People/crawl-log-v1.0.json @@ -2,72 +2,72 @@ "resources": [], "operations": { "/users/{user-id}/insights": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending/{trending-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/$ref": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/people": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" }, "/users/{user-id}/people/{person-id}": { - "originalLocation": "/openApiDocs/v1.0/People.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/People.yml" } } } diff --git a/profiles/People/readme.md b/profiles/People/readme.md index 1a0026f3e68..cf92c23c97a 100644 --- a/profiles/People/readme.md +++ b/profiles/People/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/PersonalContacts/crawl-log-v1.0-beta.json b/profiles/PersonalContacts/crawl-log-v1.0-beta.json index a2114ef98f8..b4f00c4acaa 100644 --- a/profiles/PersonalContacts/crawl-log-v1.0-beta.json +++ b/profiles/PersonalContacts/crawl-log-v1.0-beta.json @@ -2,116 +2,116 @@ "resources": [], "operations": { "/users/{user-id}/contactFolders": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/PersonalContacts.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/PersonalContacts.yml" } } } diff --git a/profiles/PersonalContacts/crawl-log-v1.0.json b/profiles/PersonalContacts/crawl-log-v1.0.json index e4348b36ae8..3a724d980f8 100644 --- a/profiles/PersonalContacts/crawl-log-v1.0.json +++ b/profiles/PersonalContacts/crawl-log-v1.0.json @@ -2,116 +2,116 @@ "resources": [], "operations": { "/users/{user-id}/contactFolders": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" }, "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/PersonalContacts.yml" } } } diff --git a/profiles/PersonalContacts/readme.md b/profiles/PersonalContacts/readme.md index d780d49513f..6430bed5a41 100644 --- a/profiles/PersonalContacts/readme.md +++ b/profiles/PersonalContacts/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Planner/crawl-log-v1.0-beta.json b/profiles/Planner/crawl-log-v1.0-beta.json index 9f8a2059de0..b63d48b0e22 100644 --- a/profiles/Planner/crawl-log-v1.0-beta.json +++ b/profiles/Planner/crawl-log-v1.0-beta.json @@ -2,356 +2,356 @@ "resources": [], "operations": { "/groups/{group-id}/planner": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/members": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/rosters/{plannerRoster-id}/plans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/all": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/all/{plannerDelta-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/favoritePlans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/favoritePlans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/recentPlans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/recentPlans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/rosterPlans": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/rosterPlans/$ref": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/beta/Planner.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Planner.yml" } } } diff --git a/profiles/Planner/crawl-log-v1.0.json b/profiles/Planner/crawl-log-v1.0.json index 4f4236b9fcf..94f4d3d0ac1 100644 --- a/profiles/Planner/crawl-log-v1.0.json +++ b/profiles/Planner/crawl-log-v1.0.json @@ -2,300 +2,300 @@ "resources": [], "operations": { "/groups/{group-id}/planner": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/details": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" }, "/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat": { - "originalLocation": "/openApiDocs/v1.0/Planner.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Planner.yml" } } } diff --git a/profiles/Planner/readme.md b/profiles/Planner/readme.md index e5a31c508a5..8c78312cff0 100644 --- a/profiles/Planner/readme.md +++ b/profiles/Planner/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Reports/crawl-log-v1.0-beta.json b/profiles/Reports/crawl-log-v1.0-beta.json index ee0a0366fe6..0b7ef09d4cc 100644 --- a/profiles/Reports/crawl-log-v1.0-beta.json +++ b/profiles/Reports/crawl-log-v1.0-beta.json @@ -2,640 +2,640 @@ "resources": [], "operations": { "/auditLogs": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryAudits": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryAudits/{directoryAudit-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryProvisioning": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/provisioning": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/provisioning/{provisioningObjectSummary-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/restrictedSignIns": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/restrictedSignIns/{restrictedSignIn-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/signIns": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/auditLogs/signIns/{signIn-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/cachedReportConfigurations": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/exportJobs": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/reportSchedules": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/deviceManagement/reports/reportSchedules/{deviceManagementReportSchedule-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/applicationSignInDetailedSummary": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByFeature(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/authenticationMethods/microsoft.graph.usersRegisteredByMethod(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/credentialUserRegistrationDetails": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationDeviceActivity()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationUserActivity()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADApplicationSignInSummary(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADFeatureUsage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADLicenseUsage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getAzureADUserFeatureUsage()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getCredentialUsageSummary(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getCredentialUserRegistrationCount()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppPlatformUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getM365AppUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationCounts()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserCounts()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserDetail()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOffice365ServicesUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getRelyingPartyDetailedSummary(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityPages(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsagePages(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityTotalCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityTotalUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getTenantSecureScores(period={period})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureTrends()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period='{period}')": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByPrinter": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByUser": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/userCredentialUsageDetails": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" }, "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}": { - "originalLocation": "/openApiDocs/beta/Reports.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Reports.yml" } } } diff --git a/profiles/Reports/crawl-log-v1.0.json b/profiles/Reports/crawl-log-v1.0.json index 54b5c45463b..a1f5f8dc6b3 100644 --- a/profiles/Reports/crawl-log-v1.0.json +++ b/profiles/Reports/crawl-log-v1.0.json @@ -2,444 +2,444 @@ "resources": [], "operations": { "/auditLogs": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/directoryAudits": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/directoryAudits/{directoryAudit-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/provisioning": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/provisioning/{provisioningObjectSummary-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/restrictedSignIns": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/restrictedSignIns/{restrictedSignIn-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/signIns": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/auditLogs/signIns/{signIn-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByUser": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/dailyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationDeviceActivity()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.deviceConfigurationUserActivity()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageAppsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getEmailAppUsageVersionsUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getMailboxUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationCounts()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserCounts()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActivationsUserDetail()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ActiveUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365GroupsActivityStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOffice365ServicesUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageAccountDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getOneDriveUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityPages(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageFileCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsagePages(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageSiteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSharePointSiteUsageStorage(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getTeamsUserActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerActivityUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerDeviceUsageUserDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(date={date})": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityDetail(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.getYammerGroupsActivityGroupCounts(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures()": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/microsoft.graph.managedDeviceEnrollmentTopFailures(period='{period}')": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByUser": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" }, "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}": { - "originalLocation": "/openApiDocs/v1.0/Reports.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Reports.yml" } } } diff --git a/profiles/Reports/readme.md b/profiles/Reports/readme.md index 62f6a55fe94..9c040c9b747 100644 --- a/profiles/Reports/readme.md +++ b/profiles/Reports/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/SchemaExtensions/crawl-log-v1.0-beta.json b/profiles/SchemaExtensions/crawl-log-v1.0-beta.json index f19c9e08e53..4a10d4ea3bf 100644 --- a/profiles/SchemaExtensions/crawl-log-v1.0-beta.json +++ b/profiles/SchemaExtensions/crawl-log-v1.0-beta.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/schemaExtensions": { - "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml" }, "/schemaExtensions/{schemaExtension-id}": { - "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/SchemaExtensions.yml" } } } diff --git a/profiles/SchemaExtensions/crawl-log-v1.0.json b/profiles/SchemaExtensions/crawl-log-v1.0.json index ef036d9d4f2..d179217e63d 100644 --- a/profiles/SchemaExtensions/crawl-log-v1.0.json +++ b/profiles/SchemaExtensions/crawl-log-v1.0.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/schemaExtensions": { - "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml" }, "/schemaExtensions/{schemaExtension-id}": { - "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/SchemaExtensions.yml" } } } diff --git a/profiles/SchemaExtensions/readme.md b/profiles/SchemaExtensions/readme.md index 98ecdee0e9e..37e0d5fa9b8 100644 --- a/profiles/SchemaExtensions/readme.md +++ b/profiles/SchemaExtensions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Search/crawl-log-v1.0-beta.json b/profiles/Search/crawl-log-v1.0-beta.json index 6ac0dfaea73..af76f9810ad 100644 --- a/profiles/Search/crawl-log-v1.0-beta.json +++ b/profiles/Search/crawl-log-v1.0-beta.json @@ -2,24 +2,24 @@ "resources": [], "operations": { "/external": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/external/connections": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/external/connections/{externalConnection-id}": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/search": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" }, "/search/microsoft.graph.query": { - "originalLocation": "/openApiDocs/beta/Search.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Search.yml" } } } diff --git a/profiles/Search/crawl-log-v1.0.json b/profiles/Search/crawl-log-v1.0.json index 66e8b83bacd..386756be941 100644 --- a/profiles/Search/crawl-log-v1.0.json +++ b/profiles/Search/crawl-log-v1.0.json @@ -2,12 +2,12 @@ "resources": [], "operations": { "/search": { - "originalLocation": "/openApiDocs/v1.0/Search.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Search.yml" }, "/search/microsoft.graph.query": { - "originalLocation": "/openApiDocs/v1.0/Search.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Search.yml" } } } diff --git a/profiles/Search/readme.md b/profiles/Search/readme.md index 1a47a9335e0..8e39470bfd6 100644 --- a/profiles/Search/readme.md +++ b/profiles/Search/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Security/crawl-log-v1.0-beta.json b/profiles/Security/crawl-log-v1.0-beta.json index f2596df7e95..6dbbfb8f46b 100644 --- a/profiles/Security/crawl-log-v1.0-beta.json +++ b/profiles/Security/crawl-log-v1.0-beta.json @@ -2,128 +2,128 @@ "resources": [], "operations": { "/security": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/alerts": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/alerts/{alert-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/alerts/microsoft.graph.updateAlerts": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/cloudAppSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/domainSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/domainSecurityProfiles/{domainSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/fileSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/fileSecurityProfiles/{fileSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/hostSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/hostSecurityProfiles/{hostSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/ipSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/ipSecurityProfiles/{ipSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/providerTenantSettings": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/providerTenantSettings/{providerTenantSetting-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScoreControlProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScores": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/secureScores/{secureScore-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/securityActions": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/securityActions/{securityAction-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/securityActions/{securityAction-id}/microsoft.graph.cancelSecurityAction": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/{tiIndicator-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.deleteTiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.deleteTiIndicatorsByExternalId": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.submitTiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/tiIndicators/microsoft.graph.updateTiIndicators": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/userSecurityProfiles": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" }, "/security/userSecurityProfiles/{userSecurityProfile-id}": { - "originalLocation": "/openApiDocs/beta/Security.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" } } } diff --git a/profiles/Security/crawl-log-v1.0.json b/profiles/Security/crawl-log-v1.0.json index cb5691c8864..d715828118b 100644 --- a/profiles/Security/crawl-log-v1.0.json +++ b/profiles/Security/crawl-log-v1.0.json @@ -2,32 +2,32 @@ "resources": [], "operations": { "/security": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/alerts": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/alerts/{alert-id}": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScoreControlProfiles": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScores": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" }, "/security/secureScores/{secureScore-id}": { - "originalLocation": "/openApiDocs/v1.0/Security.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Security.yml" } } } diff --git a/profiles/Security/readme.md b/profiles/Security/readme.md index 5d317e3966d..35f913e709d 100644 --- a/profiles/Security/readme.md +++ b/profiles/Security/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Sites/readme.md b/profiles/Sites/readme.md index ee82a754997..70be5af5fdd 100644 --- a/profiles/Sites/readme.md +++ b/profiles/Sites/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Teams/crawl-log-v1.0-beta.json b/profiles/Teams/crawl-log-v1.0-beta.json index 6d00d996172..03239b06c93 100644 --- a/profiles/Teams/crawl-log-v1.0-beta.json +++ b/profiles/Teams/crawl-log-v1.0-beta.json @@ -2,588 +2,596 @@ "resources": [], "operations": { "/appCatalogs/teamsApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/chats/{chat-id}/permissionGrants": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/microsoft.graph.allMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/chats/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/groups/{group-id}/team": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder/content": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/microsoft.graph.allMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/channels/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/group": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/group/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.archive": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.clone": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/microsoft.graph.unarchive": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/operations": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/operations/{teamsAsyncOperation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/owners": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/owners/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/photo": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder/content": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/members/microsoft.graph.add": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/microsoft.graph.share": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShifts": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/openShifts/{openShift-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/shifts": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/shifts/{shift-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.clockOut": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.confirm": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.endBreak": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/{timeCard-id}/microsoft.graph.startBreak": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeCards/microsoft.graph.clockIn": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timesOff": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/schedule/timesOff/{timeOff-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags/{teamworkTag-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags/{teamworkTag-id}/members": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/template": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/{team-id}/template/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/microsoft.graph.allMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teams/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teamwork": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teamwork/workforceIntegrations": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/teamwork/workforceIntegrations/{workforceIntegration-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/chats": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/chats/{chat-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/joinedTeams": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/joinedTeams/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat/$ref": { - "originalLocation": "/openApiDocs/beta/Teams.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" } } } diff --git a/profiles/Teams/crawl-log-v1.0.json b/profiles/Teams/crawl-log-v1.0.json index bd5ef95d29c..382fa2411c2 100644 --- a/profiles/Teams/crawl-log-v1.0.json +++ b/profiles/Teams/crawl-log-v1.0.json @@ -2,488 +2,488 @@ "resources": [], "operations": { "/appCatalogs/teamsApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/chats/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/groups/{group-id}/team": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/filesFolder/content": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/group": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/group/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.archive": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.clone": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/microsoft.graph.unarchive": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/operations": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/operations/{teamsAsyncOperation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/filesFolder/content": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/members": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/members/{conversationMember-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/microsoft.graph.share": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShifts": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/openShifts/{openShift-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/shifts": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/shifts/{shift-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timesOff": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/schedule/timesOff/{timeOff-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/template": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/{team-id}/template/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teams/microsoft.graph.getAllMessages()": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teamwork": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teamwork/workforceIntegrations": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/teamwork/workforceIntegrations/{workforceIntegration-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/joinedTeams": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/joinedTeams/{team-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat/$ref": { - "originalLocation": "/openApiDocs/v1.0/Teams.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" } } } diff --git a/profiles/Teams/definitions/v1.0-beta.md b/profiles/Teams/definitions/v1.0-beta.md index 8799477bb0b..d1df46c6489 100644 --- a/profiles/Teams/definitions/v1.0-beta.md +++ b/profiles/Teams/definitions/v1.0-beta.md @@ -33,6 +33,8 @@ profiles: /chats/{chat-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta(): v1.0-beta /chats/{chat-id}/messages/microsoft.graph.delta(): v1.0-beta /chats/{chat-id}/microsoft.graph.sendActivityNotification: v1.0-beta + /chats/{chat-id}/permissionGrants: v1.0-beta + /chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}: v1.0-beta /chats/{chat-id}/tabs: v1.0-beta /chats/{chat-id}/tabs/{teamsTab-id}: v1.0-beta /chats/{chat-id}/tabs/{teamsTab-id}/teamsApp: v1.0-beta diff --git a/profiles/Teams/readme.md b/profiles/Teams/readme.md index 24c3a0767c3..2434f0e4f21 100644 --- a/profiles/Teams/readme.md +++ b/profiles/Teams/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Users.Actions/crawl-log-v1.0-beta.json b/profiles/Users.Actions/crawl-log-v1.0-beta.json index 4bd845129f4..fd647b3795c 100644 --- a/profiles/Users.Actions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Actions/crawl-log-v1.0-beta.json @@ -2,1704 +2,1704 @@ "resources": [], "operations": { "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.disableSmsSignIn": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.enableSmsSignIn": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/authentication/methods/{authenticationMethod-id}/microsoft.graph.resetPassword": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.unsubscribe": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.overrideComplianceState": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.playLostModeSound": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.revokeAppleVppLicenses": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rotateBitLockerKeys": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rotateFileVaultKey": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.triggerConfigurationManagerAction": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/managedDevices/microsoft.graph.executeAction": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.eventMessageRequest/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.unsubscribe": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.activateServicePlan": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.changePassword": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.exportPersonalData": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.findMeetingTimes": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMailTips": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.invalidateAllRefreshTokens": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.revokeSignInSessions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.sendMail": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.translateExchangeIds": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.unblockManagedApps": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeAndBlockManagedApps": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationByDeviceTag": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/microsoft.graph.createDownloadUrl": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.complete": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.complete": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/microsoft.graph.complete": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/definition/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.acceptRecommendations": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.applyDecisions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.batchRecordDecisions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.resetDecisions": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.sendReminder": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/microsoft.graph.stop": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/presence/microsoft.graph.clearPresence": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/presence/microsoft.graph.setPresence": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/microsoft.graph.getUserOwnedObjects": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, "/users/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/beta/Users.Actions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" } } } diff --git a/profiles/Users.Actions/crawl-log-v1.0.json b/profiles/Users.Actions/crawl-log-v1.0.json index 638200021d2..7252926ca89 100644 --- a/profiles/Users.Actions/crawl-log-v1.0.json +++ b/profiles/Users.Actions/crawl-log-v1.0.json @@ -2,1644 +2,1644 @@ "resources": [], "operations": { "/users/{user-id}/calendar/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.getSchedule": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.snoozeReminder": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/events/{event-id}/microsoft.graph.tentativelyAccept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.managedAppProtection/microsoft.graph.targetApps": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.commit": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.mobileAppContentFile/microsoft.graph.renewUpload": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printDocument/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.abort": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.cancel": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.redirect": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.printJob/microsoft.graph.start": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.approve": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.scheduleChangeRequest/microsoft.graph.decline": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.targetedManagedAppProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.windowsInformationProtection/microsoft.graph.assign": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.delete": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.insert": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.merge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.unmerge": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFill/microsoft.graph.clear": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitColumns": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeFormat/microsoft.graph.autofitRows": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeSort/microsoft.graph.apply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.bypassActivationLock": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.locateDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.logoutSharedAppleDeviceActiveUser": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.rebootNow": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.recoverPasscode": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.remoteLock": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.requestRemoteAssistance": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.resetPasscode": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.retire": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.shutDown": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.syncDevice": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.updateWindowsDeviceAccount": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderScan": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.windowsDefenderUpdateSignatures": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.wipe": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.calendarSharingMessage/microsoft.graph.accept": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.copy": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createForward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.createReplyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.forward": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.move": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.reply": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.replyAll": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/messages/{message-id}/microsoft.graph.send": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.assignLicense": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.changePassword": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.checkMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.exportPersonalData": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.findMeetingTimes": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMailTips": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberGroups": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.getMemberObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.removeAllDevicesFromManagement": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.reprocessLicenseAssignment": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.restore": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.revokeSignInSessions": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.sendMail": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.translateExchangeIds": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/microsoft.graph.wipeManagedAppRegistrationsByDeviceTag": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getNotebookFromWebUrl": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/parentSectionGroup/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.copyToSection": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.onenotePatchContent": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/microsoft.graph.copyNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/parentNotebook/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToNotebook": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup/sections/{onenoteSection-id1}/microsoft.graph.copyToSectionGroup": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/onlineMeetings/microsoft.graph.createOrGet": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/microsoft.graph.getAvailableExtensionProperties": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/microsoft.graph.getByIds": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" }, "/users/microsoft.graph.validateProperties": { - "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Actions.yml" } } } diff --git a/profiles/Users.Actions/readme.md b/profiles/Users.Actions/readme.md index 72db40d5d27..e912d461c06 100644 --- a/profiles/Users.Actions/readme.md +++ b/profiles/Users.Actions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Users.Functions/crawl-log-v1.0-beta.json b/profiles/Users.Functions/crawl-log-v1.0-beta.json index 842b13c4bef..7809535b9ca 100644 --- a/profiles/Users.Functions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Functions/crawl-log-v1.0-beta.json @@ -2,344 +2,344 @@ "resources": [], "operations": { "/users/{user-id}/activities/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/appConsentRequestsForApproval/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/approvals/microsoft.graph.filterByCurrentUser(on={on})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contactFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/exceptionOccurrences/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/mailFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getNonCompliantSettings()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.findRoomLists()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.findRooms()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.findRooms(RoomList='{RoomList}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getLoggedOnManagedDevices()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppPolicies()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedDevicesWithAppFailures()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedDevicesWithFailedOrPendingApps()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.isManagedAppUserBlocked()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedLanguages()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones(TimeZoneStandard={TimeZoneStandard})": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/planner/all/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/{user-id}/todo/lists/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" }, "/users/microsoft.graph.getManagedAppBlockedUsers()": { - "originalLocation": "/openApiDocs/beta/Users.Functions.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Functions.yml" } } } diff --git a/profiles/Users.Functions/crawl-log-v1.0.json b/profiles/Users.Functions/crawl-log-v1.0.json index 5c82855b85b..e7467a94705 100644 --- a/profiles/Users.Functions/crawl-log-v1.0.json +++ b/profiles/Users.Functions/crawl-log-v1.0.json @@ -2,628 +2,628 @@ "resources": [], "operations": { "/users/{user-id}/activities/microsoft.graph.recent()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendars/{calendar-id}/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contactFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/contacts/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/calendarView/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/calendar/microsoft.graph.allowedCalendarSharingRoles(User='{User}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/{event-id}/instances/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/events/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/shared/{sharedInsight-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/trending/{trending-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.boundingRect(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.cell(row={row},column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.column(column={column})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsAfter(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.columnsBefore(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.entireRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.intersection(anotherRange='{anotherRange}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastCell()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastColumn()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.lastRow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.row(row={row})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsAbove(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.rowsBelow(count={count})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.usedRange(valuesOnly={valuesOnly})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRange/microsoft.graph.visibleView()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/insights/used/{usedInsight-id}/resource/microsoft.graph.workbookRangeView/microsoft.graph.range()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/mailFolders/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/messages/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppDiagnosticStatuses()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.getManagedAppPolicies()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/notebooks/microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection/pages/{onenotePage-id1}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/microsoft.graph.preview()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedLanguages()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/outlook/microsoft.graph.supportedTimeZones(TimeZoneStandard={TimeZoneStandard})": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/{user-id}/todo/lists/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" }, "/users/microsoft.graph.delta()": { - "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.Functions.yml" } } } diff --git a/profiles/Users.Functions/readme.md b/profiles/Users.Functions/readme.md index 28ee9c42b6b..20e0d2731b1 100644 --- a/profiles/Users.Functions/readme.md +++ b/profiles/Users.Functions/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ``` diff --git a/profiles/Users/crawl-log-v1.0-beta.json b/profiles/Users/crawl-log-v1.0-beta.json index 4868b66191c..2c8e13e0a64 100644 --- a/profiles/Users/crawl-log-v1.0-beta.json +++ b/profiles/Users/crawl-log-v1.0-beta.json @@ -2,352 +2,352 @@ "resources": [], "operations": { "/users": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/createdObjects": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/directReports": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/licenseDetails": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/licenseDetails/{licenseDetails-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/manager": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/manager/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/memberOf": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/notifications": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/notifications/{notification-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/masterCategories": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedDevices": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedDevices/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedObjects": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photo": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photo/$value": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photos": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/registeredDevices": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/registeredDevices/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings/itemInsights": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings/regionalAndLanguageSettings": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/settings/shiftPreferences": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" }, "/users/{user-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/beta/Users.yml", - "apiVersion": "v1.0-beta" + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.yml" } } } diff --git a/profiles/Users/crawl-log-v1.0.json b/profiles/Users/crawl-log-v1.0.json index ad622aa68c1..732ef76af95 100644 --- a/profiles/Users/crawl-log-v1.0.json +++ b/profiles/Users/crawl-log-v1.0.json @@ -2,184 +2,184 @@ "resources": [], "operations": { "/users": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/createdObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/createdObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/directReports": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/directReports/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/licenseDetails": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/licenseDetails/{licenseDetails-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/manager": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/manager/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/memberOf": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/memberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/oauth2PermissionGrants/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/outlook": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/outlook/masterCategories": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedDevices": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedDevices/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedObjects": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/ownedObjects/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photo": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photo/$value": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photos": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/photos/{profilePhoto-id}/$value": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/registeredDevices": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/registeredDevices/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/settings": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/settings/shiftPreferences": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/transitiveMemberOf": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" }, "/users/{user-id}/transitiveMemberOf/$ref": { - "originalLocation": "/openApiDocs/v1.0/Users.yml", - "apiVersion": "v1.0" + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Users.yml" } } } diff --git a/profiles/Users/readme.md b/profiles/Users/readme.md index 022b0bb0047..f0d323a6e57 100644 --- a/profiles/Users/readme.md +++ b/profiles/Users/readme.md @@ -6,8 +6,8 @@ ``` yaml require: -- $(this-folder)/definitions/v1.0.md - $(this-folder)/definitions/v1.0-beta.md +- $(this-folder)/definitions/v1.0.md ```