Dex Static Client Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root secrets schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/secrets.yaml#/properties/dex/properties/additionalStaticClients/items
Configure an additional static client in Dex.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config/schemas/secrets.yaml* |
TYPE:
object
(Dex Static Client)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Optional | cannot be null | Welkin Apps Secrets |
name | string |
Optional | cannot be null | Welkin Apps Secrets |
redirectURIs | array |
Optional | cannot be null | Welkin Apps Secrets |
secret | string |
Optional | cannot be null | Welkin Apps Secrets |
id¶
id
-
is optional
-
Type:
string
(Static Client ID) -
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string
(Static Client ID)
name¶
name
-
is optional
-
Type:
string
(Static Client Name) -
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string
(Static Client Name)
redirectURIs¶
Configure the redirection URIs for this static client.
redirectURIs
-
is optional
-
Type:
string[]
(Static Client Redirect URI) -
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string[]
(Static Client Redirect URI)
secret¶
secret
-
is optional
-
Type:
string
(Static Client Secret) -
cannot be null
-
defined in: Welkin Apps Secrets
TYPE:
string
(Static Client Secret)
Return to the root secrets schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main