UpdateAuthenticationPolicyDetails¶
-
class
oci.identity.models.
UpdateAuthenticationPolicyDetails
(**kwargs)¶ Bases:
object
Update request for authentication policy, describes set of validation rules and their parameters to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateAuthenticationPolicyDetails object with values from keyword arguments. Attributes
network_policy
Gets the network_policy of this UpdateAuthenticationPolicyDetails. password_policy
Gets the password_policy of this UpdateAuthenticationPolicyDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateAuthenticationPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - password_policy (oci.identity.models.PasswordPolicy) – The value to assign to the password_policy property of this UpdateAuthenticationPolicyDetails.
- network_policy (oci.identity.models.NetworkPolicy) – The value to assign to the network_policy property of this UpdateAuthenticationPolicyDetails.
-
network_policy
¶ Gets the network_policy of this UpdateAuthenticationPolicyDetails.
Returns: The network_policy of this UpdateAuthenticationPolicyDetails. Return type: oci.identity.models.NetworkPolicy
-
password_policy
¶ Gets the password_policy of this UpdateAuthenticationPolicyDetails.
Returns: The password_policy of this UpdateAuthenticationPolicyDetails. Return type: oci.identity.models.PasswordPolicy
-