RuleExtensionOciconsolesignonpolicyconsentPolicy¶
-
class
oci.identity_domains.models.
RuleExtensionOciconsolesignonpolicyconsentPolicy
(**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 RuleExtensionOciconsolesignonpolicyconsentPolicy object with values from keyword arguments. Attributes
consent
Gets the consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy. justification
Gets the justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy. reason
Gets the reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy. -
__init__
(**kwargs)¶ Initializes a new RuleExtensionOciconsolesignonpolicyconsentPolicy 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 RuleExtensionOciconsolesignonpolicyconsentPolicy.
- justification (str) – The value to assign to the justification property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
- reason (str) – The value to assign to the reason property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
-
consent
¶ Gets the consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy. 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 RuleExtensionOciconsolesignonpolicyconsentPolicy. Return type: bool
-
justification
¶ Gets the justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy. 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 RuleExtensionOciconsolesignonpolicyconsentPolicy. Return type: str
-
reason
¶ Gets the reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy. 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 RuleExtensionOciconsolesignonpolicyconsentPolicy. Return type: str
-