File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ paths:
179179 name : type
180180 description : Filters the policies by type. Can be a comma-separated list of types.
181181 type : string
182+ - in : query
183+ name : builtIn
184+ description : Filters the policies by the builtIn flag.
185+ type : boolean
182186 - in : query
183187 name : id
184188 description : Filters the policies by id. Can be a comma-separated list of ids.
@@ -299,6 +303,10 @@ paths:
299303 name : type
300304 description : Filters the policy-templates by type. Can be a comma-separated list of types.
301305 type : string
306+ - in : query
307+ name : builtIn
308+ description : Filters the policy-templates by the builtIn flag.
309+ type : boolean
302310 - in : query
303311 name : id
304312 description : Filters the policy-templates by id. Can be a comma-separated list of ids.
@@ -446,6 +454,9 @@ definitions:
446454 type :
447455 type : string
448456 description : The type of the policy template
457+ builtIn :
458+ type : boolean
459+ description : Whether the policy template is built-in
449460 userId :
450461 type : string
451462 description : The user id
@@ -509,6 +520,9 @@ definitions:
509520 type :
510521 type : string
511522 description : The type of the policy
523+ builtIn :
524+ type : boolean
525+ description : Whether the policy is built-in
512526 userId :
513527 type : string
514528 description : The user id
You can’t perform that action at this time.
0 commit comments