ManagedInstanceKey interface

관리되는 인스턴스 키입니다.

Extends

속성

autoRotationEnabled

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

creationDate

키 생성 날짜입니다.

kind

암호화 보호기의 종류입니다. Azure Portal 환경에 사용되는 메타데이터입니다.

serverKeyType

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

thumbprint

키의 지문입니다.

uri

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

상속된 속성

id

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

리소스의 이름

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

type

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

속성 세부 정보

autoRotationEnabled

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

autoRotationEnabled?: boolean

속성 값

boolean

creationDate

키 생성 날짜입니다.

creationDate?: Date

속성 값

Date

kind

암호화 보호기의 종류입니다. Azure Portal 환경에 사용되는 메타데이터입니다.

kind?: string

속성 값

string

serverKeyType

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

serverKeyType?: string

속성 값

string

thumbprint

키의 지문입니다.

thumbprint?: string

속성 값

string

uri

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

uri?: string

속성 값

string

상속된 속성 세부 정보

id

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

속성 값

string

ProxyResource.id 상속된

name

리소스의 이름

name?: string

속성 값

string

ProxyResource.name 상속된

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

systemData?: SystemData

속성 값

ProxyResource.systemData 상속된

type

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

type?: string

속성 값

string

ProxyResource.type 상속된