---
id: v1-password-status
title: PasswordStatus
pagination_label: PasswordStatus
sidebar_label: PasswordStatus
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'PasswordStatus', 'v1PasswordStatus']
slug: /tools/sdk/typescript/password_management/models/password-status
tags: ['SDK', 'Software Development Kit', 'PasswordStatus', 'v1PasswordStatus']
---

# PasswordStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**requestId** | **(optional)** `string` | The password change request ID | [default to undefined]
**state** | **(optional)** `string` | Password change state | [default to undefined]
**errors** | **(optional)** `Array<string>` | The errors during the password change request | [default to undefined]
**sourceIds** | **(optional)** `Array<string>` | List of source IDs in the password change request | [default to undefined]

