o
    ɶd6                     @   s8   d dl mZmZmZ d dlmZ eG dd deZdS )    )formatted_flat_dictNONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc                   @   s  e Zd ZdZdZdZdZdd Zedd Z	e	j
d	d Z	ed
d Zej
dd Zedd Zej
dd Zedd Zej
dd Zedd Zej
dd Zedd Zej
dd Zedd Zej
dd Zedd Zej
dd Zedd  Zej
d!d  Zed"d# Zej
d$d# Zed%d& Zej
d'd& Zed(d) Zej
d*d) Zed+d, Zej
d-d, Zed.d/ Zej
d0d/ Zed1d2 Zej
d3d2 Zed4d5 Zej
d6d5 Zed7d8 Zej
d9d8 Zed:d; Zej
d<d; Zed=d> Zej
d?d> Zed@dA Zej
dBdA ZedCdD Zej
dEdD ZedFdG Zej
dHdG ZedIdJ Z e j
dKdJ Z dLdM Z!dNdO Z"dPdQ Z#dRS )SGroupz
    Group resource.
    replaceupdatedeletec                 K   s  i dddddddddd	d
dddddddddddddddddddddddddddddd | _ i dddddddddd!d
d"dd#dddd$dd%dd&dd'dd(dd)dd*dd+ddd,d-d.d/d0d1d | _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _	d2| _
d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2S )3a  
        Initializes a new Group object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param id:
            The value to assign to the id property of this Group.
        :type id: str

        :param ocid:
            The value to assign to the ocid property of this Group.
        :type ocid: str

        :param schemas:
            The value to assign to the schemas property of this Group.
        :type schemas: list[str]

        :param meta:
            The value to assign to the meta property of this Group.
        :type meta: oci.identity_domains.models.Meta

        :param idcs_created_by:
            The value to assign to the idcs_created_by property of this Group.
        :type idcs_created_by: oci.identity_domains.models.IdcsCreatedBy

        :param idcs_last_modified_by:
            The value to assign to the idcs_last_modified_by property of this Group.
        :type idcs_last_modified_by: oci.identity_domains.models.IdcsLastModifiedBy

        :param idcs_prevented_operations:
            The value to assign to the idcs_prevented_operations property of this Group.
            Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type idcs_prevented_operations: list[str]

        :param tags:
            The value to assign to the tags property of this Group.
        :type tags: list[oci.identity_domains.models.Tags]

        :param delete_in_progress:
            The value to assign to the delete_in_progress property of this Group.
        :type delete_in_progress: bool

        :param idcs_last_upgraded_in_release:
            The value to assign to the idcs_last_upgraded_in_release property of this Group.
        :type idcs_last_upgraded_in_release: str

        :param domain_ocid:
            The value to assign to the domain_ocid property of this Group.
        :type domain_ocid: str

        :param compartment_ocid:
            The value to assign to the compartment_ocid property of this Group.
        :type compartment_ocid: str

        :param tenancy_ocid:
            The value to assign to the tenancy_ocid property of this Group.
        :type tenancy_ocid: str

        :param external_id:
            The value to assign to the external_id property of this Group.
        :type external_id: str

        :param display_name:
            The value to assign to the display_name property of this Group.
        :type display_name: str

        :param non_unique_display_name:
            The value to assign to the non_unique_display_name property of this Group.
        :type non_unique_display_name: str

        :param members:
            The value to assign to the members property of this Group.
        :type members: list[oci.identity_domains.models.GroupMembers]

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group:
            The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group property of this Group.
        :type urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group: oci.identity_domains.models.ExtensionGroupGroup

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group:
            The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group property of this Group.
        :type urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group: oci.identity_domains.models.ExtensionPosixGroup

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group:
            The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group property of this Group.
        :type urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group: oci.identity_domains.models.ExtensionRequestableGroup

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group:
            The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group property of this Group.
        :type urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group: oci.identity_domains.models.ExtensionDbcsGroup

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group:
            The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group property of this Group.
        :type urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group: oci.identity_domains.models.ExtensionDynamicGroup

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags:
            The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags property of this Group.
        :type urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags: oci.identity_domains.models.ExtensionOCITags

        idstrocidschemasz	list[str]metaZMetaidcs_created_byZIdcsCreatedByidcs_last_modified_byZIdcsLastModifiedByidcs_prevented_operationstagsz
list[Tags]delete_in_progressboolidcs_last_upgraded_in_releasedomain_ocidcompartment_ocidtenancy_ocidexternal_iddisplay_namenon_unique_display_namememberszlist[GroupMembers]ZExtensionGroupGroupZExtensionPosixGroupZExtensionRequestableGroupZExtensionDbcsGroupZExtensionDynamicGroupZExtensionOCITags)>urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group>urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_groupDurn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group=urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group@urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group;urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tagsZidcsCreatedByZidcsLastModifiedByZidcsPreventedOperationsZdeleteInProgressZidcsLastUpgradedInReleaseZ
domainOcidZcompartmentOcidZtenancyOcidZ
externalIdZdisplayNameZnonUniqueDisplayNamez>urn:ietf:params:scim:schemas:oracle:idcs:extension:group:Groupz>urn:ietf:params:scim:schemas:oracle:idcs:extension:posix:GroupzDurn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:Groupz=urn:ietf:params:scim:schemas:oracle:idcs:extension:dbcs:Groupz@urn:ietf:params:scim:schemas:oracle:idcs:extension:dynamic:Groupz:urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITagsN)Zswagger_typesZattribute_map_id_ocid_schemas_meta_idcs_created_by_idcs_last_modified_by_idcs_prevented_operations_tags_delete_in_progress_idcs_last_upgraded_in_release_domain_ocid_compartment_ocid_tenancy_ocid_external_id_display_name_non_unique_display_name_members?_urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group?_urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_groupE_urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group>_urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_groupA_urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group<_urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags)selfkwargs r<   Eusr/lib/python3.10/site-packages/oci/identity_domains/models/group.py__init__   s   d	

	


zGroup.__init__c                 C      | j S )a  
        Gets the id of this Group.
        Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: always
         - type: string
         - uniqueness: global


        :return: The id of this Group.
        :rtype: str
        r#   r:   r<   r<   r=   r
         zGroup.idc                 C   
   || _ dS )a  
        Sets the id of this Group.
        Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: always
         - type: string
         - uniqueness: global


        :param id: The id of this Group.
        :type: str
        Nr@   )r:   r
   r<   r<   r=   r
         
c                 C   r?   )a  
        Gets the ocid of this Group.
        Unique OCI identifier for the SCIM Resource.

        **SCIM++ Properties:**
         - caseExact: true
         - idcsSearchable: true
         - multiValued: false
         - mutability: immutable
         - required: false
         - returned: default
         - type: string
         - uniqueness: global


        :return: The ocid of this Group.
        :rtype: str
        r$   rA   r<   r<   r=   r      rB   z
Group.ocidc                 C   rC   )a  
        Sets the ocid of this Group.
        Unique OCI identifier for the SCIM Resource.

        **SCIM++ Properties:**
         - caseExact: true
         - idcsSearchable: true
         - multiValued: false
         - mutability: immutable
         - required: false
         - returned: default
         - type: string
         - uniqueness: global


        :param ocid: The ocid of this Group.
        :type: str
        NrE   )r:   r   r<   r<   r=   r     rD   c                 C   r?   )a  
        **[Required]** Gets the schemas of this Group.
        REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: true
         - mutability: readWrite
         - required: true
         - returned: default
         - type: string
         - uniqueness: none


        :return: The schemas of this Group.
        :rtype: list[str]
        r%   rA   r<   r<   r=   r   &  rB   zGroup.schemasc                 C   rC   )a  
        Sets the schemas of this Group.
        REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: true
         - mutability: readWrite
         - required: true
         - returned: default
         - type: string
         - uniqueness: none


        :param schemas: The schemas of this Group.
        :type: list[str]
        NrF   )r:   r   r<   r<   r=   r   <  rD   c                 C   r?   )z
        Gets the meta of this Group.

        :return: The meta of this Group.
        :rtype: oci.identity_domains.models.Meta
        r&   rA   r<   r<   r=   r   R     z
Group.metac                 C   rC   )z
        Sets the meta of this Group.

        :param meta: The meta of this Group.
        :type: oci.identity_domains.models.Meta
        NrG   )r:   r   r<   r<   r=   r   \     
c                 C   r?   )z
        Gets the idcs_created_by of this Group.

        :return: The idcs_created_by of this Group.
        :rtype: oci.identity_domains.models.IdcsCreatedBy
        r'   rA   r<   r<   r=   r   f  rH   zGroup.idcs_created_byc                 C   rC   )z
        Sets the idcs_created_by of this Group.

        :param idcs_created_by: The idcs_created_by of this Group.
        :type: oci.identity_domains.models.IdcsCreatedBy
        NrJ   )r:   r   r<   r<   r=   r   p  rI   c                 C   r?   )z
        Gets the idcs_last_modified_by of this Group.

        :return: The idcs_last_modified_by of this Group.
        :rtype: oci.identity_domains.models.IdcsLastModifiedBy
        r(   rA   r<   r<   r=   r   z  rH   zGroup.idcs_last_modified_byc                 C   rC   )z
        Sets the idcs_last_modified_by of this Group.

        :param idcs_last_modified_by: The idcs_last_modified_by of this Group.
        :type: oci.identity_domains.models.IdcsLastModifiedBy
        NrK   )r:   r   r<   r<   r=   r     rI   c                 C   r?   )a  
        Gets the idcs_prevented_operations of this Group.
        Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

        **SCIM++ Properties:**
         - idcsSearchable: false
         - multiValued: true
         - mutability: readOnly
         - required: false
         - returned: request
         - type: string
         - uniqueness: none

        Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The idcs_prevented_operations of this Group.
        :rtype: list[str]
        r)   rA   r<   r<   r=   r        zGroup.idcs_prevented_operationsc                    s0   g d |r fdd|D |dd< || _ dS )a!  
        Sets the idcs_prevented_operations of this Group.
        Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

        **SCIM++ Properties:**
         - idcsSearchable: false
         - multiValued: true
         - mutability: readOnly
         - required: false
         - returned: request
         - type: string
         - uniqueness: none


        :param idcs_prevented_operations: The idcs_prevented_operations of this Group.
        :type: list[str]
        )r   r   r	   c                    s   g | ]}t | sd n|qS )ZUNKNOWN_ENUM_VALUE)r   ).0xZallowed_valuesr<   r=   
<listcomp>  s    z3Group.idcs_prevented_operations.<locals>.<listcomp>NrL   )r:   r   r<   rP   r=   r     s   
c                 C   r?   )a  
        Gets the tags of this Group.
        A list of tags on this resource.

        **SCIM++ Properties:**
         - idcsCompositeKey: [key, value]
         - idcsSearchable: true
         - multiValued: true
         - mutability: readWrite
         - required: false
         - returned: request
         - type: complex
         - uniqueness: none


        :return: The tags of this Group.
        :rtype: list[oci.identity_domains.models.Tags]
        r*   rA   r<   r<   r=   r     rB   z
Group.tagsc                 C   rC   )a  
        Sets the tags of this Group.
        A list of tags on this resource.

        **SCIM++ Properties:**
         - idcsCompositeKey: [key, value]
         - idcsSearchable: true
         - multiValued: true
         - mutability: readWrite
         - required: false
         - returned: request
         - type: complex
         - uniqueness: none


        :param tags: The tags of this Group.
        :type: list[oci.identity_domains.models.Tags]
        NrR   )r:   r   r<   r<   r=   r     rD   c                 C   r?   )a5  
        Gets the delete_in_progress of this Group.
        A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: boolean
         - uniqueness: none


        :return: The delete_in_progress of this Group.
        :rtype: bool
        r+   rA   r<   r<   r=   r     rB   zGroup.delete_in_progressc                 C   rC   )aF  
        Sets the delete_in_progress of this Group.
        A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: boolean
         - uniqueness: none


        :param delete_in_progress: The delete_in_progress of this Group.
        :type: bool
        NrS   )r:   r   r<   r<   r=   r      rD   c                 C   r?   )a  
        Gets the idcs_last_upgraded_in_release of this Group.
        The release number when the resource was upgraded.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: request
         - type: string
         - uniqueness: none


        :return: The idcs_last_upgraded_in_release of this Group.
        :rtype: str
        r,   rA   r<   r<   r=   r     rB   z#Group.idcs_last_upgraded_in_releasec                 C   rC   )a  
        Sets the idcs_last_upgraded_in_release of this Group.
        The release number when the resource was upgraded.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: request
         - type: string
         - uniqueness: none


        :param idcs_last_upgraded_in_release: The idcs_last_upgraded_in_release of this Group.
        :type: str
        NrT   )r:   r   r<   r<   r=   r   ,  rD   c                 C   r?   )a  
        Gets the domain_ocid of this Group.
        OCI Domain Id (ocid) in which the resource lives.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :return: The domain_ocid of this Group.
        :rtype: str
        r-   rA   r<   r<   r=   r   B  rB   zGroup.domain_ocidc                 C   rC   )a  
        Sets the domain_ocid of this Group.
        OCI Domain Id (ocid) in which the resource lives.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :param domain_ocid: The domain_ocid of this Group.
        :type: str
        NrU   )r:   r   r<   r<   r=   r   X  rD   c                 C   r?   )a  
        Gets the compartment_ocid of this Group.
        OCI Compartment Id (ocid) in which the resource lives.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :return: The compartment_ocid of this Group.
        :rtype: str
        r.   rA   r<   r<   r=   r   n  rB   zGroup.compartment_ocidc                 C   rC   )a  
        Sets the compartment_ocid of this Group.
        OCI Compartment Id (ocid) in which the resource lives.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :param compartment_ocid: The compartment_ocid of this Group.
        :type: str
        NrV   )r:   r   r<   r<   r=   r     rD   c                 C   r?   )a  
        Gets the tenancy_ocid of this Group.
        OCI Tenant Id (ocid) in which the resource lives.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :return: The tenancy_ocid of this Group.
        :rtype: str
        r/   rA   r<   r<   r=   r     rB   zGroup.tenancy_ocidc                 C   rC   )a  
        Sets the tenancy_ocid of this Group.
        OCI Tenant Id (ocid) in which the resource lives.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :param tenancy_ocid: The tenancy_ocid of this Group.
        :type: str
        NrW   )r:   r   r<   r<   r=   r     rD   c                 C   r?   )a,  
        Gets the external_id of this Group.
        An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readWrite
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :return: The external_id of this Group.
        :rtype: str
        r0   rA   r<   r<   r=   r     rB   zGroup.external_idc                 C   rC   )a6  
        Sets the external_id of this Group.
        An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readWrite
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :param external_id: The external_id of this Group.
        :type: str
        NrX   )r:   r   r<   r<   r=   r     rD   c                 C   r?   )aH  
        **[Required]** Gets the display_name of this Group.
        Group display name

        **SCIM++ Properties:**
         - caseExact: false
         - idcsCsvAttributeName: Display Name
         - idcsCsvAttributeNameMappings: [[columnHeaderName:Name, deprecatedColumnHeaderName:Display Name]]
         - idcsSearchable: true
         - multiValued: false
         - mutability: readWrite
         - required: true
         - returned: always
         - type: string
         - uniqueness: global


        :return: The display_name of this Group.
        :rtype: str
        r1   rA   r<   r<   r=   r     rM   zGroup.display_namec                 C   rC   )aD  
        Sets the display_name of this Group.
        Group display name

        **SCIM++ Properties:**
         - caseExact: false
         - idcsCsvAttributeName: Display Name
         - idcsCsvAttributeNameMappings: [[columnHeaderName:Name, deprecatedColumnHeaderName:Display Name]]
         - idcsSearchable: true
         - multiValued: false
         - mutability: readWrite
         - required: true
         - returned: always
         - type: string
         - uniqueness: global


        :param display_name: The display_name of this Group.
        :type: str
        NrY   )r:   r   r<   r<   r=   r   
     
c                 C   r?   )a#  
        Gets the non_unique_display_name of this Group.
        A human readable name for Group as defined by the Service Consumer

        **Added In:** 2011192329

        **SCIM++ Properties:**
         - caseExact: false
         - idcsCsvAttributeName: Non-Unique Display Name
         - idcsSearchable: true
         - multiValued: false
         - mutability: readWrite
         - required: false
         - returned: always
         - type: string


        :return: The non_unique_display_name of this Group.
        :rtype: str
        r2   rA   r<   r<   r=   r   "  rM   zGroup.non_unique_display_namec                 C   rC   )a9  
        Sets the non_unique_display_name of this Group.
        A human readable name for Group as defined by the Service Consumer

        **Added In:** 2011192329

        **SCIM++ Properties:**
         - caseExact: false
         - idcsCsvAttributeName: Non-Unique Display Name
         - idcsSearchable: true
         - multiValued: false
         - mutability: readWrite
         - required: false
         - returned: always
         - type: string


        :param non_unique_display_name: The non_unique_display_name of this Group.
        :type: str
        Nr[   )r:   r   r<   r<   r=   r   :  rZ   c                 C   r?   )a  
        Gets the members of this Group.
        Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]

        **SCIM++ Properties:**
         - caseExact: false
         - idcsCompositeKey: [value]
         - idcsCsvAttributeNameMappings: [[columnHeaderName:User Members, mapsTo:members[User].value, multiValueDelimiter:;]]
         - idcsSearchable: true
         - multiValued: true
         - mutability: readWrite
         - required: false
         - returned: request
         - idcsPaginateResponse: true
         - type: complex
         - uniqueness: none


        :return: The members of this Group.
        :rtype: list[oci.identity_domains.models.GroupMembers]
        r3   rA   r<   r<   r=   r   R  s   zGroup.membersc                 C   rC   )a  
        Sets the members of this Group.
        Group members - when requesting members attribute, a max of 10,000 members will be returned in a single request. It is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]

        **SCIM++ Properties:**
         - caseExact: false
         - idcsCompositeKey: [value]
         - idcsCsvAttributeNameMappings: [[columnHeaderName:User Members, mapsTo:members[User].value, multiValueDelimiter:;]]
         - idcsSearchable: true
         - multiValued: true
         - mutability: readWrite
         - required: false
         - returned: request
         - idcsPaginateResponse: true
         - type: complex
         - uniqueness: none


        :param members: The members of this Group.
        :type: list[oci.identity_domains.models.GroupMembers]
        Nr\   )r:   r   r<   r<   r=   r   k  s   
c                 C   r?   )a  
        Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group of this Group.

        :return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group of this Group.
        :rtype: oci.identity_domains.models.ExtensionGroupGroup
        r4   rA   r<   r<   r=   r     rH   zDGroup.urn_ietf_params_scim_schemas_oracle_idcs_extension_group_groupc                 C   rC   )aI  
        Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group of this Group.

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group: The urn_ietf_params_scim_schemas_oracle_idcs_extension_group_group of this Group.
        :type: oci.identity_domains.models.ExtensionGroupGroup
        Nr]   )r:   r   r<   r<   r=   r     rI   c                 C   r?   )a  
        Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group of this Group.

        :return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group of this Group.
        :rtype: oci.identity_domains.models.ExtensionPosixGroup
        r5   rA   r<   r<   r=   r     rH   zDGroup.urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_groupc                 C   rC   )aI  
        Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group of this Group.

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group: The urn_ietf_params_scim_schemas_oracle_idcs_extension_posix_group of this Group.
        :type: oci.identity_domains.models.ExtensionPosixGroup
        Nr^   )r:   r   r<   r<   r=   r     rI   c                 C   r?   )a  
        Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group of this Group.

        :return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group of this Group.
        :rtype: oci.identity_domains.models.ExtensionRequestableGroup
        r6   rA   r<   r<   r=   r     rH   zJGroup.urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_groupc                 C   rC   )aa  
        Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group of this Group.

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group: The urn_ietf_params_scim_schemas_oracle_idcs_extension_requestable_group of this Group.
        :type: oci.identity_domains.models.ExtensionRequestableGroup
        Nr_   )r:   r   r<   r<   r=   r     rI   c                 C   r?   )a	  
        Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group of this Group.

        :return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group of this Group.
        :rtype: oci.identity_domains.models.ExtensionDbcsGroup
        r7   rA   r<   r<   r=   r      rH   zCGroup.urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_groupc                 C   rC   )aE  
        Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group of this Group.

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group: The urn_ietf_params_scim_schemas_oracle_idcs_extension_dbcs_group of this Group.
        :type: oci.identity_domains.models.ExtensionDbcsGroup
        Nr`   )r:   r    r<   r<   r=   r      rI   c                 C   r?   )a  
        Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group of this Group.

        :return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group of this Group.
        :rtype: oci.identity_domains.models.ExtensionDynamicGroup
        r8   rA   r<   r<   r=   r!     rH   zFGroup.urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_groupc                 C   rC   )aQ  
        Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group of this Group.

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group: The urn_ietf_params_scim_schemas_oracle_idcs_extension_dynamic_group of this Group.
        :type: oci.identity_domains.models.ExtensionDynamicGroup
        Nra   )r:   r!   r<   r<   r=   r!     rI   c                 C   r?   )a  
        Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags of this Group.

        :return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags of this Group.
        :rtype: oci.identity_domains.models.ExtensionOCITags
        r9   rA   r<   r<   r=   r"     rH   zAGroup.urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tagsc                 C   rC   )a=  
        Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags of this Group.

        :param urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags: The urn_ietf_params_scim_schemas_oracle_idcs_extension_oci_tags of this Group.
        :type: oci.identity_domains.models.ExtensionOCITags
        Nrb   )r:   r"   r<   r<   r=   r"     rI   c                 C   s   t | S N)r   rA   r<   r<   r=   __repr__  s   zGroup.__repr__c                 C   s   |d u rdS | j |j kS )NF)__dict__r:   otherr<   r<   r=   __eq__  s   zGroup.__eq__c                 C   s
   | |k S rc   r<   rf   r<   r<   r=   __ne__  s   
zGroup.__ne__N)$__name__
__module____qualname____doc__Z!IDCS_PREVENTED_OPERATIONS_REPLACEZ IDCS_PREVENTED_OPERATIONS_UPDATEZ IDCS_PREVENTED_OPERATIONS_DELETEr>   propertyr
   setterr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r"   rd   rh   ri   r<   r<   r<   r=   r      s     1






	
	
	
	
	
	






















	
	
	
	
	
	
	
	
	
	
	
	r   N)Zoci.utilr   r   r   Zoci.decoratorsr   objectr   r<   r<   r<   r=   <module>   s   