ExtensionPosixGroup¶
-
class
oci.identity_domains.models.
ExtensionPosixGroup
(**kwargs)¶ Bases:
object
POSIX Group extension
Methods
__init__
(**kwargs)Initializes a new ExtensionPosixGroup object with values from keyword arguments. Attributes
gid_number
Gets the gid_number of this ExtensionPosixGroup. -
__init__
(**kwargs)¶ Initializes a new ExtensionPosixGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: gid_number (int) – The value to assign to the gid_number property of this ExtensionPosixGroup.
-
gid_number
¶ Gets the gid_number of this ExtensionPosixGroup. 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
Returns: The gid_number of this ExtensionPosixGroup. Return type: int
-