keycloakapi
Toggle table of contents
0.2.107-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
keycloakapi
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
PasswordPolicy
Password
Policy
data
class
PasswordPolicy
(
val
id
:
String
,
val
displayName
:
String
,
val
configType
:
String
?
=
null
,
val
defaultValue
:
String
?
=
null
,
val
multipleSupported
:
Boolean
)
Members
Constructors
Password
Policy
Link copied to clipboard
constructor
(
id
:
String
,
displayName
:
String
,
configType
:
String
?
=
null
,
defaultValue
:
String
?
=
null
,
multipleSupported
:
Boolean
)
Properties
config
Type
Link copied to clipboard
val
configType
:
String
?
=
null
default
Value
Link copied to clipboard
val
defaultValue
:
String
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
id
Link copied to clipboard
val
id
:
String
multiple
Supported
Link copied to clipboard
val
multipleSupported
:
Boolean