Show / Hide Table of Contents

Class UpdateAuthenticationPolicyDetails

Update request for authentication policy, describes set of validation rules and their parameters to be updated.

Inheritance
System.Object
UpdateAuthenticationPolicyDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateAuthenticationPolicyDetails : object

Properties

NetworkPolicy

Declaration
public NetworkPolicy NetworkPolicy { get; set; }
Property Value
Type Description
NetworkPolicy

PasswordPolicy

Declaration
public PasswordPolicy PasswordPolicy { get; set; }
Property Value
Type Description
PasswordPolicy
In This Article
Back to top