UserRequestPayload interface
プロパティ
| comment | ユーザー要求を送信するときのコメント。 |
| operations | ユーザーが送信する操作の一覧。各操作は 1 つの Purview API 呼び出しと一致し、操作を直接実行します。 |
プロパティの詳細
comment
ユーザー要求を送信するときのコメント。
comment?: string
プロパティ値
string
operations
ユーザーが送信する操作の一覧。各操作は 1 つの Purview API 呼び出しと一致し、操作を直接実行します。
operations: Operation[]