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