Show / Hide Table of Contents

Class AuthenticationPolicy

Authentication policy, currently set for the given compartment

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

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

Compartment OCID.

PasswordPolicy

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

Password policy.

In this article
Back to top