users.keycloak¶
Users configuration¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The configuration for Keycloak users |
||
type |
array |
||
items |
|||
additionalProperties |
False |
User¶
type |
object |
||
properties |
|||
|
Flag to activate the user. |
||
type |
boolean |
||
|
The username of the user. |
||
type |
string |
||
|
The first name of the user. |
||
type |
string |
||
|
The last name of the user. |
||
type |
string |
||
|
The email of the user. |
||
type |
string |
||
pattern |
^.+@.+$ |
||
|
The group membership of the user. This must be the full path of the groups |
||
type |
array |
||
items |
type |
string |
|
|
The credential for the user. |
||
type |
array |
||
items |
|||
|
The attribute of the user |
||
default |
authorizedKeys |
||
additionalProperties |
False |
Credential¶
type |
object |
|
properties |
||
|
The type of the credential. |
|
type |
string |
|
enum |
password |
|
|
The value for the credential. |
|
type |
string |
|
|
Flag to indicate if the credential must be changed at first login. |
|
type |
boolean |
|
|
Indicate that the credential must only be set if none already exist. If set to ‘true’ every Keycloak restart or configuration update will reset the password to this value. |
|
type |
boolean |
|
default |
True |
|
additionalProperties |
False |
Attributes¶
type |
object |
||
properties |
|||
|
The list of the authorized public key. |
||
type |
array |
||
items |
type |
string |
|
|
The api-key associated to the user. |
||
type |
string |
||
|
The id of the default dashboard for the user. |
||
type |
string |
||
|
The default viewport (none, fullscreen) for the user. |
||
type |
string |
||
enum |
none, fullscreen |
||
|
The phone number for the user. |
||
type |
string |
||
additionalProperties |
False |