> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PasswordPolicy

```ts Example theme={null}
export interface PasswordPolicy {
  enabled?: boolean;
  minLength?: number;
  policy: 'none' | 'low' | 'fair' | 'good' | 'excellent';
  passwordSecurityInfo?: PasswordComplexityRule[];
}
```

## Properties

<ParamField body="enabled?" type="boolean" />

<ParamField body="minLength?" type="number" />

<ParamField body="passwordSecurityInfo?" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/PasswordComplexityRule">[PasswordComplexityRule][]</a></span>} />

<ParamField body="policy" type="&#x22;none&#x22; | &#x22;low&#x22; | &#x22;fair&#x22; | &#x22;good&#x22; | &#x22;excellent&#x22;" />
