UserProperties Class

User resource specific properties.

Constructor

UserProperties()

Variables

Name Description
publishing_user_name
str

Username used for publishing. Required.

publishing_password
str

Password used for publishing.

publishing_password_hash
str

Password hash used for publishing.

publishing_password_hash_salt
str

Password hash salt used for publishing.

scm_uri
str

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