Skip to content
Merged
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
14 changes: 14 additions & 0 deletions auth/niauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ paths:
name: type
description: Filters the policies by type. Can be a comma-separated list of types.
type: string
- in: query
name: builtIn
description: Filters the policies by the builtIn flag.
type: boolean
- in: query
name: id
description: Filters the policies by id. Can be a comma-separated list of ids.
Expand Down Expand Up @@ -299,6 +303,10 @@ paths:
name: type
description: Filters the policy-templates by type. Can be a comma-separated list of types.
type: string
- in: query
Comment thread
gergo-papp marked this conversation as resolved.
name: builtIn
description: Filters the policy-templates by the builtIn flag.
type: boolean
- in: query
name: id
description: Filters the policy-templates by id. Can be a comma-separated list of ids.
Expand Down Expand Up @@ -446,6 +454,9 @@ definitions:
type:
type: string
description: The type of the policy template
builtIn:
type: boolean
description: Whether the policy template is built-in
userId:
type: string
description: The user id
Expand Down Expand Up @@ -509,6 +520,9 @@ definitions:
type:
type: string
description: The type of the policy
builtIn:
type: boolean
description: Whether the policy is built-in
userId:
type: string
description: The user id
Expand Down