다음을 통해 공유


AppServiceCertificateOrder 클래스

SSL 인증서 구매 주문.

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

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.web.v2021_03_01.models._models_py3.Resource
AppServiceCertificateOrder

생성자

AppServiceCertificateOrder(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, certificates: Dict[str, _models.AppServiceCertificate] | None = None, distinguished_name: str | None = None, validity_in_years: int = 1, key_size: int = 2048, product_type: str | _models.CertificateProductType | None = None, auto_renew: bool = True, csr: str | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
kind
str

리소스 종류입니다.

location
str

리소스 위치입니다. 필수 사항입니다.

tags

리소스 태그.

certificates

Key Vault 비밀의 상태입니다.

distinguished_name
str

인증서 고유 이름입니다.

validity_in_years
int

기간(1이어야 합니다).

기본값: 1
key_size
int

인증서 키 크기입니다.

기본값: 2048
product_type

인증서 제품 유형입니다. 알려진 값은 "StandardDomainValidatedSsl" 및 "StandardDomainValidatedWildCardSsl"입니다.

auto_renew

<code>true</code> 인증서가 만료될 때 자동으로 갱신되어야 하는 경우 그렇지 않으면 입니다 <code>false</code>.

기본값: True
csr
str

이 주문에 대해 만들어진 마지막 CSR입니다.

변수

Name Description
id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

kind
str

리소스 종류입니다.

location
str

리소스 위치입니다. 필수 사항입니다.

type
str

리소스 종류.

tags

리소스 태그.

certificates

Key Vault 비밀의 상태입니다.

distinguished_name
str

인증서 고유 이름입니다.

domain_verification_token
str

도메인 확인 토큰.

validity_in_years
int

기간(1이어야 합니다).

key_size
int

인증서 키 크기입니다.

product_type

인증서 제품 유형입니다. 알려진 값은 "StandardDomainValidatedSsl" 및 "StandardDomainValidatedWildCardSsl"입니다.

auto_renew

<code>true</code> 인증서가 만료될 때 자동으로 갱신되어야 하는 경우 그렇지 않으면 입니다 <code>false</code>.

provisioning_state

인증서 주문의 상태입니다. 알려진 값은 "Succeeded", "Failed", "Canceled", "InProgress" 및 "Deleting"입니다.

status

현재 주문 상태. 알려진 값은 "Pendingissuance", "Issued", "Revoked", "Canceled", "Denied", "Pendingrevocation", "PendingRekey", "Unused", "Expired" 및 "NotSubmitted"입니다.

signed_certificate

서명된 인증서.

csr
str

이 주문에 대해 만들어진 마지막 CSR입니다.

intermediate

중간 인증서.

root

루트 인증서.

serial_number
str

인증서의 현재 일련 번호입니다.

last_certificate_issuance_time

인증서 마지막 발급 시간입니다.

expiration_time

인증서 만료 시간입니다.

is_private_key_external

<code>true</code> 프라이빗 키가 외부에 있으면 이고, 그렇지 않으면 입니다 <code>false</code>.

app_service_certificate_not_renewable_reasons

현재 App Service 인증서가 재생 가능하지 않은 이유입니다.

next_auto_renewal_time_stamp

인증서가 다음에 자동으로 갱신될 때 타임스탬프를 지정합니다.

contact

연락처 정보.