Class AuthenticationPolicy
Authentication policy, currently set for the given compartment
Inherited Members
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. |