Interface AuditLogServiceDateRange

AuditLogServiceDateRangeオブジェクトは操作履歴を取得する条件、期間を示します。
このフィールドは、省略可能となります。
AuditLogServiceDateRange object displays the conditions and period to get Operation History.
This field is optional.

Hierarchy

  • AuditLogServiceDateRange

Properties

Properties

endDate?: null | string
対象期間の終了日です。
このフィールドは、省略可能となります。
・入力形式:Ymd形式
・デフォルト値:現在の日付
・指定可能範囲:現在の日付
※終了日付は開始日付以降の日付を指定してください。
End date of target date.
This field is optional.
- Entry format : Ymd format
- Default value : Current date
- Available range : Current date
*Enter the date after Start date.

Memberof

AuditLogServiceDateRange

startDate?: null | string
対象期間の開始日です。
このフィールドは、省略可能となります。
・入力形式:Ymd形式
・デフォルト値:2週間前の日付
・指定可能範囲:1年前の日付
Start date of target date.
This field is optional.
- Entry format : Ymd format
- Default value : Dated 2 weeks ago
- Available range : Date one year ago

Memberof

AuditLogServiceDateRange