다음을 통해 공유


AppServiceCertificateOrderPatchResourcePropertiesOutput interface

AppServiceCertificateOrderPatchResource 리소스별 속성

속성

appServiceCertificateNotRenewableReasons

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

autoRenew

인증서가 만료될 때 자동으로 갱신되어야 하는지 true. 그렇지 않으면 false.

certificates

Key Vault 비밀의 상태입니다.

contact

연락처 정보

csr

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

distinguishedName

인증서 고유 이름입니다.

domainVerificationToken

도메인 확인 토큰입니다.

expirationTime

인증서 만료 시간입니다.

intermediate

중간 인증서입니다.

isPrivateKeyExternal

프라이빗 키가 외부인 경우 true. 그렇지 않으면 false.

keySize

인증서 키 크기입니다.

lastCertificateIssuanceTime

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

nextAutoRenewalTimeStamp

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

productType

인증서 제품 유형입니다.

provisioningState

인증서 순서의 상태입니다.

root

루트 인증서입니다.

serialNumber

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

signedCertificate

서명된 인증서입니다.

status

현재 주문 상태입니다.

validityInYears

기간(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

연락처 정보

contact?: CertificateOrderContactOutput

속성 값

csr

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

csr?: string

속성 값

string

distinguishedName

인증서 고유 이름입니다.

distinguishedName?: string

속성 값

string

domainVerificationToken

도메인 확인 토큰입니다.

domainVerificationToken?: string

속성 값

string

expirationTime

인증서 만료 시간입니다.

expirationTime?: string

속성 값

string

intermediate

중간 인증서입니다.

intermediate?: CertificateDetailsOutput

속성 값

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

루트 인증서입니다.

root?: CertificateDetailsOutput

속성 값

serialNumber

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

serialNumber?: string

속성 값

string

signedCertificate

서명된 인증서입니다.

signedCertificate?: CertificateDetailsOutput

속성 값

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