AppServiceCertificateOrderPropertiesOutput interface
AppServiceCertificateOrder 리소스 관련 속성
속성
| app |
현재 App Service Certificate가 재생 가능하지 않은 이유입니다. |
| auto |
인증서가 만료될 때 자동으로 갱신되어야 하는지 |
| certificates | Key Vault 비밀의 상태입니다. |
| contact | 연락처 정보 |
| csr | 이 순서에 대해 만들어진 마지막 CSR입니다. |
| distinguished |
인증서 고유 이름입니다. |
| domain |
도메인 확인 토큰입니다. |
| expiration |
인증서 만료 시간입니다. |
| intermediate | 중간 인증서입니다. |
| is |
프라이빗 키가 외부인 경우 |
| key |
인증서 키 크기입니다. |
| last |
인증서 마지막 발급 시간입니다. |
| next |
인증서가 다음에 자동으로 갱신될 때의 타임스탬프를 지정합니다. |
| product |
인증서 제품 유형입니다. |
| provisioning |
인증서 순서의 상태입니다. |
| root | 루트 인증서입니다. |
| serial |
인증서의 현재 일련 번호입니다. |
| signed |
서명된 인증서입니다. |
| status | 현재 주문 상태입니다. |
| validity |
기간(1이어야 합니다). |
속성 세부 정보
appServiceCertificateNotRenewableReasons
현재 App Service Certificate가 재생 가능하지 않은 이유입니다.
appServiceCertificateNotRenewableReasons?: ("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
속성 값
("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
autoRenew
인증서가 만료될 때 자동으로 갱신되어야 하는지 true. 그렇지 않으면 false.
autoRenew?: boolean
속성 값
boolean
certificates
Key Vault 비밀의 상태입니다.
certificates?: Record<string, AppServiceCertificateOutput>
속성 값
Record<string, AppServiceCertificateOutput>
contact
csr
이 순서에 대해 만들어진 마지막 CSR입니다.
csr?: string
속성 값
string
distinguishedName
인증서 고유 이름입니다.
distinguishedName?: string
속성 값
string
domainVerificationToken
도메인 확인 토큰입니다.
domainVerificationToken?: string
속성 값
string
expirationTime
인증서 만료 시간입니다.
expirationTime?: string
속성 값
string
intermediate
isPrivateKeyExternal
프라이빗 키가 외부인 경우 true. 그렇지 않으면 false.
isPrivateKeyExternal?: boolean
속성 값
boolean
keySize
인증서 키 크기입니다.
keySize?: number
속성 값
number
lastCertificateIssuanceTime
인증서 마지막 발급 시간입니다.
lastCertificateIssuanceTime?: string
속성 값
string
nextAutoRenewalTimeStamp
인증서가 다음에 자동으로 갱신될 때의 타임스탬프를 지정합니다.
nextAutoRenewalTimeStamp?: string
속성 값
string
productType
인증서 제품 유형입니다.
productType: "StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
속성 값
"StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
provisioningState
인증서 순서의 상태입니다.
provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
속성 값
"Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
root
serialNumber
인증서의 현재 일련 번호입니다.
serialNumber?: string
속성 값
string
signedCertificate
status
현재 주문 상태입니다.
status?: "Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"
속성 값
"Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"
validityInYears
기간(1이어야 합니다).
validityInYears?: number
속성 값
number