class Keycloak::Representation::Group

Defined in:

keycloak/representation/group.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Keycloak::Representation::Base

new(pull : JSON::PullParser)
new
new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access : Hash(String, Bool) #

[View source]
def access=(access : Hash(String, Bool)) #

[View source]
def attributes : Hash(String, Array(String)) #

[View source]
def attributes=(attributes : Hash(String, Array(String))) #

[View source]
def client_consents : Array(UserConsent) #

[View source]
def client_consents=(client_consents : Array(UserConsent)) #

[View source]
def client_roles : Hash(String, String) #

[View source]
def client_roles=(client_roles : Hash(String, String)) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def realm_roles : Array(String) #

[View source]
def realm_roles=(realm_roles : Array(String)) #

[View source]
def sub_groups : Array(Group) #

[View source]
def sub_groups=(sub_groups : Array(Group)) #

[View source]