Skip to content

Weekly OpenApiDocs Download #450

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
276 changes: 276 additions & 0 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12286,6 +12286,7 @@ paths:
- appRoleAssignments
- claimsMappingPolicies
- createdObjects
- delegatedPermissionClassifications
- endpoints
- homeRealmDiscoveryPolicies
- licenseDetails
Expand Down Expand Up @@ -12313,6 +12314,7 @@ paths:
- appRoleAssignments
- claimsMappingPolicies
- createdObjects
- delegatedPermissionClassifications
- endpoints
- homeRealmDiscoveryPolicies
- licenseDetails
Expand Down Expand Up @@ -12445,6 +12447,7 @@ paths:
- appRoleAssignments
- claimsMappingPolicies
- createdObjects
- delegatedPermissionClassifications
- endpoints
- homeRealmDiscoveryPolicies
- licenseDetails
Expand Down Expand Up @@ -12472,6 +12475,7 @@ paths:
- appRoleAssignments
- claimsMappingPolicies
- createdObjects
- delegatedPermissionClassifications
- endpoints
- homeRealmDiscoveryPolicies
- licenseDetails
Expand Down Expand Up @@ -12508,6 +12512,10 @@ paths:
operationId: servicePrincipals.ListCreatedObjects
parameters:
servicePrincipal-id: $request.path.servicePrincipal-id
delegatedPermissionClassifications:
operationId: servicePrincipals.ListDelegatedPermissionClassifications
parameters:
servicePrincipal-id: $request.path.servicePrincipal-id
endpoints:
operationId: servicePrincipals.ListEndpoints
parameters:
Expand Down Expand Up @@ -13485,6 +13493,246 @@ paths:
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications':
get:
tags:
- servicePrincipals.delegatedPermissionClassification
summary: Get delegatedPermissionClassifications from servicePrincipals
operationId: servicePrincipals_ListDelegatedPermissionClassifications
parameters:
- name: servicePrincipal-id
in: path
description: 'key: id of servicePrincipal'
required: true
schema:
type: string
x-ms-docs-key-type: servicePrincipal
- $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
- classification
- classification desc
- permissionId
- permissionId desc
- permissionName
- permissionName 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
- classification
- permissionId
- permissionName
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 delegatedPermissionClassification
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification'
'@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:
- servicePrincipals.delegatedPermissionClassification
summary: Create new navigation property to delegatedPermissionClassifications for servicePrincipals
operationId: servicePrincipals_CreateDelegatedPermissionClassifications
parameters:
- name: servicePrincipal-id
in: path
description: 'key: id of servicePrincipal'
required: true
schema:
type: string
x-ms-docs-key-type: servicePrincipal
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification'
required: true
responses:
'201':
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}':
get:
tags:
- servicePrincipals.delegatedPermissionClassification
summary: Get delegatedPermissionClassifications from servicePrincipals
operationId: servicePrincipals_GetDelegatedPermissionClassifications
parameters:
- name: servicePrincipal-id
in: path
description: 'key: id of servicePrincipal'
required: true
schema:
type: string
x-ms-docs-key-type: servicePrincipal
- name: delegatedPermissionClassification-id
in: path
description: 'key: id of delegatedPermissionClassification'
required: true
schema:
type: string
x-ms-docs-key-type: delegatedPermissionClassification
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
enum:
- id
- classification
- permissionId
- permissionName
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.delegatedPermissionClassification'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- servicePrincipals.delegatedPermissionClassification
summary: Update the navigation property delegatedPermissionClassifications in servicePrincipals
operationId: servicePrincipals_UpdateDelegatedPermissionClassifications
parameters:
- name: servicePrincipal-id
in: path
description: 'key: id of servicePrincipal'
required: true
schema:
type: string
x-ms-docs-key-type: servicePrincipal
- name: delegatedPermissionClassification-id
in: path
description: 'key: id of delegatedPermissionClassification'
required: true
schema:
type: string
x-ms-docs-key-type: delegatedPermissionClassification
requestBody:
description: New navigation property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
delete:
tags:
- servicePrincipals.delegatedPermissionClassification
summary: Delete navigation property delegatedPermissionClassifications for servicePrincipals
operationId: servicePrincipals_DeleteDelegatedPermissionClassifications
parameters:
- name: servicePrincipal-id
in: path
description: 'key: id of servicePrincipal'
required: true
schema:
type: string
x-ms-docs-key-type: servicePrincipal
- name: delegatedPermissionClassification-id
in: path
description: 'key: id of delegatedPermissionClassification'
required: true
schema:
type: string
x-ms-docs-key-type: delegatedPermissionClassification
- 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
'/servicePrincipals/{servicePrincipal-id}/endpoints':
get:
tags:
Expand Down Expand Up @@ -19188,6 +19436,10 @@ components:
items:
$ref: '#/components/schemas/microsoft.graph.directoryObject'
description: Directory objects created by this service principal. Read-only. Nullable.
delegatedPermissionClassifications:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification'
endpoints:
type: array
items:
Expand Down Expand Up @@ -19249,6 +19501,22 @@ 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.delegatedPermissionClassification:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: delegatedPermissionClassification
type: object
properties:
classification:
$ref: '#/components/schemas/microsoft.graph.permissionClassificationType'
permissionId:
type: string
nullable: true
permissionName:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.endpoint:
allOf:
- $ref: '#/components/schemas/microsoft.graph.directoryObject'
Expand Down Expand Up @@ -20088,6 +20356,14 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.permissionClassificationType:
title: permissionClassificationType
enum:
- low
- medium
- high
- unknownFutureValue
type: string
microsoft.graph.servicePlanInfo:
title: servicePlanInfo
type: object
Expand Down
1 change: 1 addition & 0 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ components:
nullable: true
lifecycleNotificationUrl:
type: string
description: 'The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications. This URL must make use of the HTTPS protocol. Optional. Read more about how Outlook resources use lifecycle notifications.'
nullable: true
notificationUrl:
type: string
Expand Down
Loading