Class ExtensionPosixUser
POSIX User extension
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionPosixUserProperties
Gecos
Declaration
[JsonProperty(PropertyName = "gecos")]
public string Gecos { get; set; }Property Value
| Type | Description | 
|---|---|
| string | General information about the POSIX account such as their real name and phone number
 
 | 
GidNumber
Declaration
[JsonProperty(PropertyName = "gidNumber")]
public int? GidNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Primary Group identifier of the POSIX user
 
 | 
HomeDirectory
Declaration
[JsonProperty(PropertyName = "homeDirectory")]
public string HomeDirectory { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The absolute path to the home directory of the POSIX account
 
 | 
LoginShell
Declaration
[JsonProperty(PropertyName = "loginShell")]
public string LoginShell { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The path to the login shell of the POSIX account
 
 | 
UidNumber
Declaration
[JsonProperty(PropertyName = "uidNumber")]
public int? UidNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Integer uniquely identifying a user in a POSIX administrative domain
 
 |