Show / Hide Table of Contents

Class UpdateAuthenticationPolicyDetails

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

Inheritance
object
UpdateAuthenticationPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateAuthenticationPolicyDetails

Properties

NetworkPolicy

Declaration
[JsonProperty(PropertyName = "networkPolicy")]
public NetworkPolicy NetworkPolicy { get; set; }
Property Value
Type Description
NetworkPolicy

PasswordPolicy

Declaration
[JsonProperty(PropertyName = "passwordPolicy")]
public PasswordPolicy PasswordPolicy { get; set; }
Property Value
Type Description
PasswordPolicy
In this article
Back to top