toggle menu
pulumi-keycloak-kotlin
5.4.0.0
jvm
switch theme
search in API
pulumi-keycloak-kotlin
/
com.pulumi.keycloak.kotlin.outputs
/
RealmUserProfileAttributeValidator
Realm
User
Profile
Attribute
Validator
data
class
RealmUserProfileAttributeValidator
(
val
config
:
Map
<
String
,
String
>
?
=
null
,
val
name
:
String
)
Members
Constructors
Realm
User
Profile
Attribute
Validator
Link copied to clipboard
constructor
(
config
:
Map
<
String
,
String
>
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
config
Link copied to clipboard
val
config
:
Map
<
String
,
String
>
?
=
null
A map defining the configuration of the validator. Values can be a String or a json object.
name
Link copied to clipboard
val
name
:
String