ECS::LogEntry::Client::User::Group
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
domain
client.user.group.domain
Name of the directory the group is a member of.
For example, an LDAP or Active Directory domain name.
Level: Extended Type: Keyword
domain=(domain : String | Nil)
client.user.group.domain
Name of the directory the group is a member of.
For example, an LDAP or Active Directory domain name.
Level: Extended Type: Keyword
id
client.user.group.id
Unique identifier for the group on the system/platform.
Level: Extended Type: Keyword
id=(id : String | Nil)
client.user.group.id
Unique identifier for the group on the system/platform.
Level: Extended Type: Keyword
name=(name : String | Nil)
client.user.group.name
Name of the group.
Level: Extended Type: Keyword