共用方式為


VaultModelUpdateSystemData interface

必須針對 Azure 資源定義系統數據。

Extends

繼承的屬性

createdAt

取得或設定資源建立的時間戳(UTC)。

createdBy

取得或設定建立資源的身分識別。

createdByType

取得或設定建立資源的身分識別類型:使用者、應用程式、managedIdentity。

lastModifiedAt

取得或設定資源上次修改的時間戳(UTC)。

lastModifiedBy

取得或設定上次修改資源的身分識別。

lastModifiedByType

取得或設定上次修改資源的身分識別類型:使用者、應用程式、managedIdentity。

繼承的屬性詳細資料

createdAt

取得或設定資源建立的時間戳(UTC)。

createdAt?: Date

屬性值

Date

繼承自SystemDataModel.createdAt

createdBy

取得或設定建立資源的身分識別。

createdBy?: string

屬性值

string

繼承自SystemDataModel.createdBy

createdByType

取得或設定建立資源的身分識別類型:使用者、應用程式、managedIdentity。

createdByType?: string

屬性值

string

繼承自SystemDataModel.createdByType

lastModifiedAt

取得或設定資源上次修改的時間戳(UTC)。

lastModifiedAt?: Date

屬性值

Date

繼承自SystemDataModel.lastModifiedAt

lastModifiedBy

取得或設定上次修改資源的身分識別。

lastModifiedBy?: string

屬性值

string

繼承自 systemDataModel.lastModifiedBy

lastModifiedByType

取得或設定上次修改資源的身分識別類型:使用者、應用程式、managedIdentity。

lastModifiedByType?: string

屬性值

string

繼承自 systemDataModel.lastModifiedByType