Skip to content

Commit

Permalink
Updates the missing item types for security API related schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jul 15, 2024
1 parent 0b033a9 commit af53f9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/schemas/security._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,18 @@ components:
backend_roles:
type: array
description: Backend roles associated with the user.
items:
type: string
custom_attribute_names:
type: array
description: Name of the attributes associated with the user.
items:
type: string
roles:
type: array
description: Roles associated with the user.
items:
type: string
tenants:
type: object
description: Tenants the user has access to with read-write or read-only access indicator.
Expand Down Expand Up @@ -255,6 +261,8 @@ components:
config:
type: array
description: List of configs to be upgraded.
items:
type: string

CreateTenantParams:
type: object
Expand Down Expand Up @@ -292,6 +300,8 @@ components:
sign_in_options:
type: array
description: List of available sign-in options available.
items:
type: string
password_validation_error_message:
type: string
description: Error message when password validation fails.
Expand Down Expand Up @@ -547,9 +557,13 @@ components:
peer_certificates_list:
type: array
description: List of domain names from peer certificates.
items:
type: string
local_certificates_list:
type: array
description: List of domain names from local certificates.
items:
type: string
ssl_protocol:
type: string
description: Protocol for this ssl setup.
Expand Down

0 comments on commit af53f9c

Please sign in to comment.