jira-api-v2 1.0.1

Jira Cloud platform REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UserWriteBean

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**param_self** | Option<**String**> | The URL of the user. | [optional][readonly]
**key** | Option<**String**> | The key for the user. When provided with `name`, overrides the value in `name` to set both `name` and `key`. This property is deprecated because of privacy changes. See the [migration guide]https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/ for details. | [optional]
**name** | Option<**String**> | The username for the user. This property is deprecated because of privacy changes. See the [migration guide]https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/ for details. | [optional]
**password** | Option<**String**> | A password for the user. If a password is not set, a random password is generated. | [optional]
**email_address** | **String** | The email address for the user. | 
**display_name** | **String** | The display name for the user. | 
**application_keys** | Option<**Vec<String>**> | Deprecated, do not use. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)