PolicyExtensionOciconsolesignonpolicyconsentPolicy¶
-
class
oci.identity_domains.models.
PolicyExtensionOciconsolesignonpolicyconsentPolicy
(**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 PolicyExtensionOciconsolesignonpolicyconsentPolicy object with values from keyword arguments. Attributes
consent
Gets the consent of this PolicyExtensionOciconsolesignonpolicyconsentPolicy. justification
Gets the justification of this PolicyExtensionOciconsolesignonpolicyconsentPolicy. reason
Gets the reason of this PolicyExtensionOciconsolesignonpolicyconsentPolicy. -
__init__
(**kwargs)¶ Initializes a new PolicyExtensionOciconsolesignonpolicyconsentPolicy 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 PolicyExtensionOciconsolesignonpolicyconsentPolicy.
- justification (str) – The value to assign to the justification property of this PolicyExtensionOciconsolesignonpolicyconsentPolicy.
- reason (str) – The value to assign to the reason property of this PolicyExtensionOciconsolesignonpolicyconsentPolicy.
-
consent
¶ Gets the consent of this PolicyExtensionOciconsolesignonpolicyconsentPolicy. Set to true when an identity domain administrator opts to change the Oracle security defaults for the “Security Policy for OCI Console” 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 PolicyExtensionOciconsolesignonpolicyconsentPolicy. Return type: bool
-
justification
¶ Gets the justification of this PolicyExtensionOciconsolesignonpolicyconsentPolicy. 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 PolicyExtensionOciconsolesignonpolicyconsentPolicy. Return type: str
-
reason
¶ Gets the reason of this PolicyExtensionOciconsolesignonpolicyconsentPolicy. 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 PolicyExtensionOciconsolesignonpolicyconsentPolicy. Return type: str
-