共用方式為


SystemDataOutput interface

與建立和上次修改資源相關的元數據。

屬性

createdAt

資源建立的時間戳(UTC)。

createdBy

建立資源的身分識別。

createdByType

建立資源的身分識別類型。

lastModifiedAt

上次修改資源的身分識別類型。

lastModifiedBy

上次修改資源的身分識別。

lastModifiedByType

上次修改資源的身分識別類型。

屬性詳細資料

createdAt

資源建立的時間戳(UTC)。

createdAt?: string

屬性值

string

createdBy

建立資源的身分識別。

createdBy?: string

屬性值

string

createdByType

建立資源的身分識別類型。

createdByType?: "User" | "Application" | "ManagedIdentity" | "Key"

屬性值

"User" | "Application" | "ManagedIdentity" | "Key"

lastModifiedAt

上次修改資源的身分識別類型。

lastModifiedAt?: string

屬性值

string

lastModifiedBy

上次修改資源的身分識別。

lastModifiedBy?: string

屬性值

string

lastModifiedByType

上次修改資源的身分識別類型。

lastModifiedByType?: "User" | "Application" | "ManagedIdentity" | "Key"

屬性值

"User" | "Application" | "ManagedIdentity" | "Key"