다음을 통해 공유


User 클래스

게시 작업에 사용되는 사용자 자격 증명입니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.web.v2023_01_01.models._models_py3.ProxyOnlyResource
User

생성자

User(*, kind: str | None = None, publishing_user_name: str | None = None, publishing_password: str | None = None, publishing_password_hash: str | None = None, publishing_password_hash_salt: str | None = None, scm_uri: str | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
kind
str

리소스 종류입니다.

publishing_user_name
str

게시에 사용되는 사용자 이름입니다.

publishing_password
str

게시에 사용되는 암호입니다.

publishing_password_hash
str

게시에 사용되는 암호 해시입니다.

publishing_password_hash_salt
str

게시에 사용되는 암호 해시 솔트입니다.

scm_uri
str

SCM 사이트의 URL입니다.

변수

Name Description
id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

kind
str

리소스 종류입니다.

type
str

리소스 종류.

publishing_user_name
str

게시에 사용되는 사용자 이름입니다.

publishing_password
str

게시에 사용되는 암호입니다.

publishing_password_hash
str

게시에 사용되는 암호 해시입니다.

publishing_password_hash_salt
str

게시에 사용되는 암호 해시 솔트입니다.

scm_uri
str

SCM 사이트의 URL입니다.