PosixGroupResponse

data class PosixGroupResponse(val gid: String, val name: String, val systemId: String)

POSIX Group definition to represent a group in a POSIX compliant system.

Constructors

Link copied to clipboard
constructor(gid: String, name: String, systemId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: String

GID of the POSIX group.

Link copied to clipboard

Name of the POSIX group.

Link copied to clipboard

System identifier for which group name and gid apply to. If not specified it will default to empty value.