Skip to content

Commit 070988c

Browse files
committed
update security beta
1 parent 169dc06 commit 070988c

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

openApiDocs/beta/Security.yml

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33995,6 +33995,12 @@ components:
3399533995
$ref: '#/components/schemas/microsoft.graph.drive'
3399633996
description: The collection of drives (document libraries) under this site.
3399733997
x-ms-navigationProperty: true
33998+
extensions:
33999+
type: array
34000+
items:
34001+
$ref: '#/components/schemas/microsoft.graph.extension'
34002+
description: The collection of open extensions defined for this site. Nullable.
34003+
x-ms-navigationProperty: true
3399834004
externalColumns:
3399934005
type: array
3400034006
items:
@@ -36123,7 +36129,7 @@ components:
3612336129
description: Last update time of the task. Read-only.
3612436130
format: date-time
3612536131
responseAction:
36126-
$ref: '#/components/schemas/microsoft.graph.security.responseAction'
36132+
$ref: '#/components/schemas/microsoft.graph.security.incidentTaskResponseAction'
3612736133
source:
3612836134
$ref: '#/components/schemas/microsoft.graph.security.incidentTaskSource'
3612936135
status:
@@ -41327,6 +41333,13 @@ components:
4132741333
x-ms-navigationProperty: true
4132841334
additionalProperties:
4132941335
type: object
41336+
microsoft.graph.extension:
41337+
allOf:
41338+
- $ref: '#/components/schemas/microsoft.graph.entity'
41339+
- title: extension
41340+
type: object
41341+
additionalProperties:
41342+
type: object
4133041343
microsoft.graph.informationProtection:
4133141344
allOf:
4133241345
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -42115,7 +42128,7 @@ components:
4211542128
description: A short summary from the body of the latest post in this conversation.
4211642129
topic:
4211742130
type: string
42118-
description: 'The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.'
42131+
description: 'The topic of the conversation. This property can be set when the conversation is created, but it can''t be updated.'
4211942132
uniqueSenders:
4212042133
type: array
4212142134
items:
@@ -42155,13 +42168,6 @@ components:
4215542168
description: URL of the published resource. Not nullable. Read-only.
4215642169
additionalProperties:
4215742170
type: object
42158-
microsoft.graph.extension:
42159-
allOf:
42160-
- $ref: '#/components/schemas/microsoft.graph.entity'
42161-
- title: extension
42162-
type: object
42163-
additionalProperties:
42164-
type: object
4216542171
microsoft.graph.groupLifecyclePolicy:
4216642172
allOf:
4216742173
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -43758,6 +43764,15 @@ components:
4375843764
- enableUser
4375943765
- unknownFutureValue
4376043766
type: string
43767+
microsoft.graph.security.incidentTaskResponseAction:
43768+
title: incidentTaskResponseAction
43769+
type: object
43770+
properties:
43771+
identifierValue:
43772+
type: string
43773+
description: Required. The identifier value for the response action. This value is specific to the type of action being performed.
43774+
additionalProperties:
43775+
type: object
4376143776
microsoft.graph.security.incidentTaskSource:
4376243777
title: incidentTaskSource
4376343778
enum:
@@ -45252,6 +45267,7 @@ components:
4525245267
type: array
4525345268
items:
4525445269
$ref: '#/components/schemas/microsoft.graph.externalAuthenticationMethod'
45270+
description: Represents the external methods registered to a user for authentication.
4525545271
x-ms-navigationProperty: true
4525645272
fido2Methods:
4525745273
type: array
@@ -47164,7 +47180,7 @@ components:
4716447180
nullable: true
4716547181
externalId:
4716647182
type: string
47167-
description: The external ID. A custom ID. Optional.
47183+
description: The external ID that is a custom identifier. Optional.
4716847184
nullable: true
4716947185
isBroadcast:
4717047186
type: boolean
@@ -53615,8 +53631,10 @@ components:
5361553631
properties:
5361653632
configurationId:
5361753633
type: string
53634+
description: A unique identifier used to manage the external auth method within Microsoft Entra ID.
5361853635
displayName:
5361953636
type: string
53637+
description: Custom name given to the registered external authentication method.
5362053638
additionalProperties:
5362153639
type: object
5362253640
microsoft.graph.fido2AuthenticationMethod:
@@ -58156,7 +58174,7 @@ components:
5815658174
nullable: true
5815758175
issuingAuthority:
5815858176
type: string
58159-
description: Authority which granted the patent.
58177+
description: Authority that granted the patent.
5816058178
nullable: true
5816158179
number:
5816258180
type: string
@@ -70980,7 +70998,7 @@ components:
7098070998
properties:
7098170999
isApprovalRequired:
7098271000
type: boolean
70983-
description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.'
71001+
description: 'Specifies whether approval is required to complete the plannerTask. If set to true, the task can only be marked as complete if an approval is created for the task and approved.'
7098471002
nullable: true
7098571003
additionalProperties:
7098671004
type: object

0 commit comments

Comments
 (0)