class Keycloak::Representation::User
- Keycloak::Representation::User
- Keycloak::Representation::Base
- Reference
- Object
Defined in:
keycloak/representation/user.crConstructors
Instance Method Summary
- #access : Hash(String, Bool)
- #access=(access : Hash(String, Bool))
- #attributes : Hash(String, Array(String))
- #attributes=(attributes : Hash(String, Array(String)))
- #client_consents : Array(UserConsent)
- #client_consents=(client_consents : Array(UserConsent))
- #client_roles : Hash(String, String)
- #client_roles=(client_roles : Hash(String, String))
- #created_timestamp : Time | Nil
- #created_timestamp=(created_timestamp : Time | Nil)
- #credentials : Array(Credential)
- #credentials=(credentials : Array(Credential))
- #disableable_credential_types : Array(String)
- #disableable_credential_types=(disableable_credential_types : Array(String))
- #email : String | Nil
- #email=(email : String | Nil)
- #email_verified : Bool | Nil
- #email_verified=(email_verified : Bool | Nil)
- #enabled : Bool | Nil
- #enabled=(enabled : Bool | Nil)
- #federated_identities : Array(FederatedIdentity)
- #federated_identities=(federated_identities : Array(FederatedIdentity))
- #federation_link : String | Nil
- #federation_link=(federation_link : String | Nil)
- #firstname : String | Nil
- #firstname=(firstname : String | Nil)
- #groups : Array(String) | Nil
- #groups=(groups : Array(String) | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #lastname : String | Nil
- #lastname=(lastname : String | Nil)
- #not_before : Time | Nil
- #not_before=(not_before : Time | Nil)
- #origin : String | Nil
- #origin=(origin : String | Nil)
- #realm_roles : Array(String)
- #realm_roles=(realm_roles : Array(String))
- #required_actions : Array(String)
- #required_actions=(required_actions : Array(String))
- #self : String | Nil
- #self=(self __arg0 : String | Nil)
- #service_account_client_id : String | Nil
- #service_account_client_id=(service_account_client_id : String | Nil)
- #totp : Bool | Nil
- #totp=(totp : Bool | Nil)
- #username : String | Nil
- #username=(username : String | Nil)
Constructor methods inherited from class Keycloak::Representation::Base
new(pull : JSON::PullParser)new new