REST Resource: projects.locations.scopes

リソース: Scope

Scope オブジェクトについて説明するメッセージ

JSON 表現
{
  "name": string,
  "updateTime": string,
  "logScope": string
}
フィールド
name

string

ID。リソースの名前。書式は次のとおりです。

projects/{project}/locations/{location}/scopes/{scope}

{location} フィールドは global に設定する必要があります。{scope} フィールドは _Default に設定する必要があります。

updateTime

string (Timestamp format)

出力専用。更新タイムスタンプ。注: デフォルト スコープの更新タイムスタンプは、最初は未設定です。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

logScope

string

必須。LogScope の完全なリソース名。例:

//logging.googleapis.com/projects/myproject/locations/global/logScopes/my-log-scope

メソッド

get

単一スコープの詳細を取得します。

patch

単一スコープのパラメータを更新します。