User Class

User credentials used for publishing activity.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
User

Constructor

User(*, kind: Optional[str] = None, publishing_user_name: Optional[str] = None, publishing_password: Optional[str] = None, publishing_password_hash: Optional[str] = None, publishing_password_hash_salt: Optional[str] = None, scm_uri: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

publishing_user_name
str
Required

Username used for publishing.

publishing_password
str
Required

Password used for publishing.

publishing_password_hash
str
Required

Password hash used for publishing.

publishing_password_hash_salt
str
Required

Password hash salt used for publishing.

scm_uri
str
Required

Url of SCM site.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.