Class AuthenticationPolicy
Authentication policy, currently set for the given compartment.
Inheritance
AuthenticationPolicy
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class AuthenticationPolicy
Properties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type |
Description |
string |
Compartment OCID.
|
NetworkPolicy
Declaration
[JsonProperty(PropertyName = "networkPolicy")]
public NetworkPolicy NetworkPolicy { get; set; }
Property Value
PasswordPolicy
Declaration
[JsonProperty(PropertyName = "passwordPolicy")]
public PasswordPolicy PasswordPolicy { get; set; }
Property Value