ConnectionServerJWTInfo
ConnectionServerJWTInfo
Information related to connection server JWT authentication settings.
JSON Example
{
"jwt_authenticator_ids": [
"42e47f15-aad0-221a-b231-ea4a3a134ec9",
"d0325b13-2bf1-4fa4-b027-e780004f2d1e"
],
"jwt_support": "DISABLED"
}
array of string
jwt_authenticator_ids
Optional
List of configured JWT authenticators for this Connection Server.
string
jwt_support
Optional
JWT support option.
- DISABLED: Indicates that the JWT support is disabled.
- MULTI_ENABLED: Indicates that the JWT multi-auth support is enabled.
- MULTI_REQUIRED: Indicates that the JWT multi-auth support is mandatory.
Possible values are : DISABLED, MULTI_ENABLED, MULTI_REQUIRED,