すべてのスキーマを取得します。
HTTP リクエスト
GET https://cloudidentityscim.googleapis.com/v1/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
詳細については、認可ガイドをご覧ください。