UserProperties Class
User resource specific properties.
Constructor
UserProperties()
Variables
| Name | Description |
|---|---|
|
publishing_user_name
|
Username used for publishing. Required. |
|
publishing_password
|
Password used for publishing. |
|
publishing_password_hash
|
Password hash used for publishing. |
|
publishing_password_hash_salt
|
Password hash salt used for publishing. |
|
scm_uri
|
Url of SCM site. |
Attributes
publishingPassword
Password used for publishing.
publishingPassword: str
publishingPasswordHash
Password hash used for publishing.
publishingPasswordHash: str
publishingPasswordHashSalt
Password hash salt used for publishing.
publishingPasswordHashSalt: str
publishingUserName
Username used for publishing. Required.
publishingUserName: str
scmUri
Url of SCM site.
scmUri: str