IdentityProviderCorrelationPolicy¶
-
class
oci.identity_domains.models.IdentityProviderCorrelationPolicy(**kwargs)¶ Bases:
objectCorrelation policy
Added In: 20.1.3
SCIM++ Properties: - caseExact: true - idcsSearchable: false - multiValued: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none
Attributes
TYPE_POLICYA constant which can be used with the type property of a IdentityProviderCorrelationPolicy. displayGets the display of this IdentityProviderCorrelationPolicy. refGets the ref of this IdentityProviderCorrelationPolicy. type[Required] Gets the type of this IdentityProviderCorrelationPolicy. value[Required] Gets the value of this IdentityProviderCorrelationPolicy. Methods
__init__(**kwargs)Initializes a new IdentityProviderCorrelationPolicy object with values from keyword arguments. -
TYPE_POLICY= 'Policy'¶ A constant which can be used with the type property of a IdentityProviderCorrelationPolicy. This constant has a value of “Policy”
-
__init__(**kwargs)¶ Initializes a new IdentityProviderCorrelationPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this IdentityProviderCorrelationPolicy. Allowed values for this property are: “Policy”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- value (str) – The value to assign to the value property of this IdentityProviderCorrelationPolicy.
- ref (str) – The value to assign to the ref property of this IdentityProviderCorrelationPolicy.
- display (str) – The value to assign to the display property of this IdentityProviderCorrelationPolicy.
-
display¶ Gets the display of this IdentityProviderCorrelationPolicy. Policy display name
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this IdentityProviderCorrelationPolicy. Return type: str
-
ref¶ Gets the ref of this IdentityProviderCorrelationPolicy. Policy URI
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this IdentityProviderCorrelationPolicy. Return type: str
-
type¶ [Required] Gets the type of this IdentityProviderCorrelationPolicy. A label that indicates the type that this references.
Added In: 20.1.3
- SCIM++ Properties:
- idcsDefaultValue: Policy
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “Policy”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this IdentityProviderCorrelationPolicy. Return type: str
-
value¶ [Required] Gets the value of this IdentityProviderCorrelationPolicy. Policy identifier
Added In: 20.1.3
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this IdentityProviderCorrelationPolicy. Return type: str
-