AuthenticationFactorSettingsCompliancePolicy¶
-
class
oci.identity_domains.models.
AuthenticationFactorSettingsCompliancePolicy
(**kwargs)¶ Bases:
object
Compliance Policy that defines actions to be taken when a condition is violated
Attributes
ACTION_ALLOW
A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. ACTION_BLOCK
A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. ACTION_NONE
A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. ACTION_NOTIFY
A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. action
[Required] Gets the action of this AuthenticationFactorSettingsCompliancePolicy. name
[Required] Gets the name of this AuthenticationFactorSettingsCompliancePolicy. value
[Required] Gets the value of this AuthenticationFactorSettingsCompliancePolicy. Methods
__init__
(**kwargs)Initializes a new AuthenticationFactorSettingsCompliancePolicy object with values from keyword arguments. -
ACTION_ALLOW
= 'Allow'¶ A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. This constant has a value of “Allow”
-
ACTION_BLOCK
= 'Block'¶ A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. This constant has a value of “Block”
-
ACTION_NONE
= 'None'¶ A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. This constant has a value of “None”
-
ACTION_NOTIFY
= 'Notify'¶ A constant which can be used with the action property of a AuthenticationFactorSettingsCompliancePolicy. This constant has a value of “Notify”
-
__init__
(**kwargs)¶ Initializes a new AuthenticationFactorSettingsCompliancePolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AuthenticationFactorSettingsCompliancePolicy.
- action (str) – The value to assign to the action property of this AuthenticationFactorSettingsCompliancePolicy. Allowed values for this property are: “Allow”, “Block”, “Notify”, “None”, ‘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 AuthenticationFactorSettingsCompliancePolicy.
-
action
¶ [Required] Gets the action of this AuthenticationFactorSettingsCompliancePolicy. The action to be taken if the value of the attribute is not as expected
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “Allow”, “Block”, “Notify”, “None”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action of this AuthenticationFactorSettingsCompliancePolicy. Return type: str
-
name
¶ [Required] Gets the name of this AuthenticationFactorSettingsCompliancePolicy. The name of the attribute being evaluated
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The name of this AuthenticationFactorSettingsCompliancePolicy. Return type: str
-
value
¶ [Required] Gets the value of this AuthenticationFactorSettingsCompliancePolicy. The value of the attribute to be evaluated
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AuthenticationFactorSettingsCompliancePolicy. Return type: str
-