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.v2016_08_01.models._models_py3.ProxyOnlyResource
User

Constructor

User(*, kind: Optional[str] = None, user_name: 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, **kwargs)

Parameters

kind
str
Required

Kind of resource.

user_name
str
Required

Username.

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.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.