Class PasswordPolicyConfiguredPasswordPolicyRules
List of password policy rules that have values set. This map of stringKey:stringValue pairs can be used to aid users while setting/resetting password
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class PasswordPolicyConfiguredPasswordPolicyRulesProperties
Key
Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The specific password policy rule
 
 | 
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | User-friendly text that describes a specific password policy rule
 
 | 
Remarks
Required