Show / Hide Table of Contents

Class IdentitySettingsPOSIXGid

A list of Posix Gid settings.
Added In: 17.4.6
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • required: false
  • type: complex
  • uniqueness: none
Inheritance
object
IdentitySettingsPOSIXGid
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 IdentitySettingsPOSIXGid

Properties

ManualAssignmentEndsAt

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

The number at which the Posix Gid Manual assignment ends.
Added In: 17.4.6
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none

ManualAssignmentStartsFrom

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

The number from which the Posix Gid Manual assignment starts.
Added In: 17.4.6
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
In this article
Back to top