We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3925ca commit 5c04b90Copy full SHA for 5c04b90
auth/niauth.yaml
@@ -299,6 +299,10 @@ paths:
299
name: type
300
description: Filters the policy-templates by type. Can be a comma-separated list of types.
301
type: string
302
+ - in: query
303
+ name: builtIn
304
+ description: Filters the policy-templates by the builtIn flag.
305
+ type: boolean
306
- in: query
307
name: id
308
description: Filters the policy-templates by id. Can be a comma-separated list of ids.
@@ -446,6 +450,9 @@ definitions:
446
450
type:
447
451
448
452
description: The type of the policy template
453
+ builtIn:
454
455
+ description: Whether the policy template is built-in
449
456
userId:
457
458
description: The user id
0 commit comments