ManagedInstanceKeyProperties interface

키 실행을 위한 속성들.

속성

autoRotationEnabled

키 자동 회전 옵트인 플래그입니다. true 또는 false입니다.

creationDate

키 생성 날짜.

serverKeyType

'ServiceManaged', 'AzureKeyVault'와 같은 키 형식입니다.

thumbprint

열쇠의 엄지손가락 지문.

uri

키의 URI입니다. ServerKeyType이 AzureKeyVault인 경우 URI가 필요합니다.

속성 세부 정보

autoRotationEnabled

키 자동 회전 옵트인 플래그입니다. true 또는 false입니다.

autoRotationEnabled?: boolean

속성 값

boolean

creationDate

키 생성 날짜.

creationDate?: Date

속성 값

Date

serverKeyType

'ServiceManaged', 'AzureKeyVault'와 같은 키 형식입니다.

serverKeyType: string

속성 값

string

thumbprint

열쇠의 엄지손가락 지문.

thumbprint?: string

속성 값

string

uri

키의 URI입니다. ServerKeyType이 AzureKeyVault인 경우 URI가 필요합니다.

uri?: string

속성 값

string