struct

ECS::LogEntry::User::Group

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

domain(new_value : String)

A chainable setter for domain

Source
domain

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

Source
domain=(domain : String | Nil)

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

Source
id(new_value : String)

A chainable setter for id

Source
id

user.group.id

Unique identifier for the group on the system/platform.

Level: Extended Type: Keyword

Source
id=(id : String | Nil)

user.group.id

Unique identifier for the group on the system/platform.

Level: Extended Type: Keyword

Source
name(new_value : String)

A chainable setter for name

Source
name

user.group.name

Name of the group.

Level: Extended Type: Keyword

Source
name=(name : String | Nil)

user.group.name

Name of the group.

Level: Extended Type: Keyword

Source