すべてのスキーマを取得します。
HTTP リクエスト
GET https://cloudidentityscim.googleapis.com/v1beta1/customers/{customerId}/v2/Schemas
この URL では gRPC Transcoding 構文を使用します。
パスパラメータ
| パラメータ | |
|---|---|
customerId |
必須。お客様 ID。 |
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
スキーマを一覧表示するレスポンス メッセージ。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
| JSON 表現 |
|---|
{
"schemas": [
string
],
"resources": [
{
object ( |
| フィールド | |
|---|---|
schemas[] |
返されたリソースのスキーマ。 |
resources[] |
リクエストされたリソースのリスト。 |
totalResults |
結果の合計数。 |
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/cloud-identity.groups.readonlyhttps://www.googleapis.com/auth/cloud-identity.groupshttps://www.googleapis.com/auth/cloud-identityhttps://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/admin.directory.user.readonlyhttps://www.googleapis.com/auth/admin.directory.user
詳しくは、承認ガイドをご覧ください。