ExtensionDynamicGroup¶
- 
class oci.identity_domains.models.ExtensionDynamicGroup(**kwargs)¶
- Bases: - object- Dynamic Group - Attributes - MEMBERSHIP_TYPE_DYNAMIC- A constant which can be used with the membership_type property of a ExtensionDynamicGroup. - MEMBERSHIP_TYPE_STATIC- A constant which can be used with the membership_type property of a ExtensionDynamicGroup. - membership_rule- Gets the membership_rule of this ExtensionDynamicGroup. - membership_type- Gets the membership_type of this ExtensionDynamicGroup. - Methods - __init__(**kwargs)- Initializes a new ExtensionDynamicGroup object with values from keyword arguments. - 
MEMBERSHIP_TYPE_DYNAMIC= 'dynamic'¶
- A constant which can be used with the membership_type property of a ExtensionDynamicGroup. This constant has a value of “dynamic” 
 - 
MEMBERSHIP_TYPE_STATIC= 'static'¶
- A constant which can be used with the membership_type property of a ExtensionDynamicGroup. This constant has a value of “static” 
 - 
__init__(**kwargs)¶
- Initializes a new ExtensionDynamicGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - membership_type (str) – The value to assign to the membership_type property of this ExtensionDynamicGroup. Allowed values for this property are: “static”, “dynamic”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- membership_rule (str) – The value to assign to the membership_rule property of this ExtensionDynamicGroup.
 
 - 
membership_rule¶
- Gets the membership_rule of this ExtensionDynamicGroup. Membership rule - Added In: 19.2.1 - SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
 - Returns: - The membership_rule of this ExtensionDynamicGroup. - Return type: - str 
 - 
membership_type¶
- Gets the membership_type of this ExtensionDynamicGroup. Membership type - Added In: 19.2.1 - SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: always
- type: string
- uniqueness: none
 
 - Allowed values for this property are: “static”, “dynamic”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The membership_type of this ExtensionDynamicGroup. - Return type: - str 
 
-