次の方法で共有


SystemDataOutput interface

リソースの作成と最後の変更に関連するメタデータ。

プロパティ

createdAt

リソース作成のタイムスタンプ (UTC)。

createdBy

リソースを作成した ID。

createdByType

リソースを作成した ID の種類。

lastModifiedAt

リソースを最後に変更した ID の種類。

lastModifiedBy

リソースを最後に変更した ID。

lastModifiedByType

リソースを最後に変更した ID の種類。

プロパティの詳細

createdAt

リソース作成のタイムスタンプ (UTC)。

createdAt?: string

プロパティ値

string

createdBy

リソースを作成した ID。

createdBy?: string

プロパティ値

string

createdByType

リソースを作成した ID の種類。

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

プロパティ値

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

lastModifiedAt

リソースを最後に変更した ID の種類。

lastModifiedAt?: string

プロパティ値

string

lastModifiedBy

リソースを最後に変更した ID。

lastModifiedBy?: string

プロパティ値

string

lastModifiedByType

リソースを最後に変更した ID の種類。

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

プロパティ値

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