Show / Hide Table of Contents

Class ExtensionPosixGroup

POSIX Group extension

Inheritance
object
ExtensionPosixGroup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionPosixGroup

Properties

GidNumber

Declaration
[JsonProperty(PropertyName = "gidNumber")]
public int? GidNumber { get; set; }
Property Value
Type Description
int?

Integer uniquely identifying a group in a POSIX administrative domain
SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: request
  • type: integer
  • uniqueness: server
In this article
Back to top