共用方式為


CreateOctKeyOptions interface

介面,表示可傳遞至 createOctKey(string, CreateOctKeyOptions) 的選擇性參數

Extends

繼承的屬性

abortSignal

可用來中止要求的訊號。

curve

橢圓曲線名稱。 如需有效值,請參閱 KeyCurveName。 可能的值包括:'P-256'、'P-384'、'P-521'、'P-256K'

enabled

判斷物件是否已啟用。

expiresOn

UTC 的到期日。

exportable

指出是否可以匯出私鑰。

hsm

是否要匯入為硬體金鑰 (HSM) 或軟體金鑰。

keyOps

Json Web 金鑰作業。 如需可能密鑰作業的詳細資訊,請參閱 KeyOperation。

keySize

位中的金鑰大小。 例如:RSA 的 2048、3072 或 4096。

notBefore

不在UTC的日期之前。

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

releasePolicy

KeyReleasePolicy 物件,指定可以匯出密鑰的規則。

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

serializerOptions

覆寫串行化/取消串行化行為的選項。

tags

以索引鍵/值組形式的應用程式特定元數據。

tracingOptions

啟用追蹤時所使用的選項。

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自createKeyOptions.abortSignal

curve

橢圓曲線名稱。 如需有效值,請參閱 KeyCurveName。 可能的值包括:'P-256'、'P-384'、'P-521'、'P-256K'

curve?: string

屬性值

string

繼承自CreateKeyOptions.curve

enabled

判斷物件是否已啟用。

enabled?: boolean

屬性值

boolean

繼承自CreateKeyOptions.enabled

expiresOn

UTC 的到期日。

expiresOn?: Date

屬性值

Date

繼承自CreateKeyOptions.expiresOn

exportable

指出是否可以匯出私鑰。

exportable?: boolean

屬性值

boolean

繼承自CreateKeyOptions.exportable

hsm

是否要匯入為硬體金鑰 (HSM) 或軟體金鑰。

hsm?: boolean

屬性值

boolean

繼承自CreateKeyOptions.hsm

keyOps

Json Web 金鑰作業。 如需可能密鑰作業的詳細資訊,請參閱 KeyOperation。

keyOps?: string[]

屬性值

string[]

繼承自CreateKeyOptions.keyOps

keySize

位中的金鑰大小。 例如:RSA 的 2048、3072 或 4096。

keySize?: number

屬性值

number

繼承自CreateKeyOptions.keySize

notBefore

不在UTC的日期之前。

notBefore?: Date

屬性值

Date

繼承自CreateKeyOptions.notBefore

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

onResponse?: RawResponseCallback

屬性值

繼承自CreateKeyOptions.onResponse

releasePolicy

KeyReleasePolicy 物件,指定可以匯出密鑰的規則。

releasePolicy?: KeyReleasePolicy

屬性值

繼承自CreateKeyOptions.releasePolicy

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

requestOptions?: OperationRequestOptions

屬性值

繼承自CreateKeyOptions.requestOptions

serializerOptions

覆寫串行化/取消串行化行為的選項。

serializerOptions?: SerializerOptions

屬性值

繼承自CreateKeyOptions.serializerOptions

tags

以索引鍵/值組形式的應用程式特定元數據。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自CreateKeyOptions.tags

tracingOptions

啟用追蹤時所使用的選項。

tracingOptions?: OperationTracingOptions

屬性值

繼承自CreateKeyOptions.tracingOptions