ConditionExtensionOciconsolesignonpolicyconsentPolicy¶
-
class
oci.identity_domains.models.
ConditionExtensionOciconsolesignonpolicyconsentPolicy
(**kwargs)¶ Bases:
object
This extension defines attributes used to record consent for modification of the “Security Policy for OCI Console” sign-on policy, Rule, Condition or ConditionGroup.
Methods
__init__
(**kwargs)Initializes a new ConditionExtensionOciconsolesignonpolicyconsentPolicy object with values from keyword arguments. Attributes
consent
Gets the consent of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. justification
Gets the justification of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. reason
Gets the reason of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. -
__init__
(**kwargs)¶ Initializes a new ConditionExtensionOciconsolesignonpolicyconsentPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - consent (bool) – The value to assign to the consent property of this ConditionExtensionOciconsolesignonpolicyconsentPolicy.
- justification (str) – The value to assign to the justification property of this ConditionExtensionOciconsolesignonpolicyconsentPolicy.
- reason (str) – The value to assign to the reason property of this ConditionExtensionOciconsolesignonpolicyconsentPolicy.
-
consent
¶ Gets the consent of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. Set to true when an identity domain administrator opts to change the Oracle security defaults for the “Security Policy for OCI Console” sign-on policy shipped by Oracle. Defaults to false.
Added In: 2405220110
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: boolean
Returns: The consent of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. Return type: bool
-
justification
¶ Gets the justification of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the “Security Policy for OCI Console” sign-on policy shipped by Oracle.
Added In: 2405220110
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
Returns: The justification of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. Return type: str
-
reason
¶ Gets the reason of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the “Security Policy for OCI Console” sign-on policy shipped by Oracle.
Added In: 2405220110
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
Returns: The reason of this ConditionExtensionOciconsolesignonpolicyconsentPolicy. Return type: str
-