class Conjur::Group
A Conjur
Group
represents a collection of Conjur
Users, Groups and Layers.
Public Instance Methods
gidnumber()
click to toggle source
Get the group’s gidnumber, which can be used by LDAP and SSH login, among other things.
@return [Fixnum] the gidnumber @raise [RestClient::Forbidden] if you don’t have permission to ‘show` the group.
# File lib/conjur/group.rb, line 31 def gidnumber parser_for(:group_gidnumber, group_attributes) end
Private Instance Methods
group_attributes()
click to toggle source
# File lib/conjur/group.rb, line 37 def group_attributes @group_attributes ||= url_for(:group_attributes, credentials, self, id) end