---
id: v1-password-org-config
title: PasswordOrgConfig
pagination_label: PasswordOrgConfig
sidebar_label: PasswordOrgConfig
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'PasswordOrgConfig', 'v1PasswordOrgConfig']
slug: /tools/sdk/typescript/password_configuration/models/password-org-config
tags: ['SDK', 'Software Development Kit', 'PasswordOrgConfig', 'v1PasswordOrgConfig']
---

# PasswordOrgConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customInstructionsEnabled** | **(optional)** `boolean` | Indicator whether custom password instructions feature is enabled. The default value is false. | [default to false]
**digitTokenEnabled** | **(optional)** `boolean` | Indicator whether \"digit token\" feature is enabled. The default value is false. | [default to false]
**digitTokenDurationMinutes** | **(optional)** `number` | The duration of \"digit token\" in minutes. The default value is 5. | [default to 5]
**digitTokenLength** | **(optional)** `number` | The length of \"digit token\". The default value is 6. | [default to 6]

