IdentitySettingsPOSIXGid¶
-
class
oci.identity_domains.models.
IdentitySettingsPOSIXGid
(**kwargs)¶ Bases:
object
A list of Posix Gid settings.
Added In: 17.4.6
SCIM++ Properties: - caseExact: false - multiValued: false - required: false - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new IdentitySettingsPOSIXGid object with values from keyword arguments. Attributes
manual_assignment_ends_at
Gets the manual_assignment_ends_at of this IdentitySettingsPOSIXGid. manual_assignment_starts_from
Gets the manual_assignment_starts_from of this IdentitySettingsPOSIXGid. -
__init__
(**kwargs)¶ Initializes a new IdentitySettingsPOSIXGid object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - manual_assignment_starts_from (int) – The value to assign to the manual_assignment_starts_from property of this IdentitySettingsPOSIXGid.
- manual_assignment_ends_at (int) – The value to assign to the manual_assignment_ends_at property of this IdentitySettingsPOSIXGid.
-
manual_assignment_ends_at
¶ Gets the manual_assignment_ends_at of this IdentitySettingsPOSIXGid. 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
Returns: The manual_assignment_ends_at of this IdentitySettingsPOSIXGid. Return type: int
-
manual_assignment_starts_from
¶ Gets the manual_assignment_starts_from of this IdentitySettingsPOSIXGid. 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
Returns: The manual_assignment_starts_from of this IdentitySettingsPOSIXGid. Return type: int
-