SystemData interface
與建立和上次修改資源相關的元數據。
屬性
| created |
資源建立的時間戳(UTC)。 |
| created |
建立資源的身分識別。 |
| created |
建立資源的身分識別類型。 |
| last |
上次修改的資源時間戳 (UTC) |
| last |
上次修改資源的身分識別。 |
| last |
上次修改資源的身分識別類型。 |
屬性詳細資料
createdAt
資源建立的時間戳(UTC)。
createdAt?: string | Date
屬性值
string | Date
createdBy
建立資源的身分識別。
createdBy?: string
屬性值
string
createdByType
建立資源的身分識別類型。
createdByType?: "User" | "Application" | "ManagedIdentity" | "Key"
屬性值
"User" | "Application" | "ManagedIdentity" | "Key"
lastModifiedAt
上次修改的資源時間戳 (UTC)
lastModifiedAt?: string | Date
屬性值
string | Date
lastModifiedBy
上次修改資源的身分識別。
lastModifiedBy?: string
屬性值
string
lastModifiedByType
上次修改資源的身分識別類型。
lastModifiedByType?: "User" | "Application" | "ManagedIdentity" | "Key"
屬性值
"User" | "Application" | "ManagedIdentity" | "Key"