認証
ランタイムセッションを認証、終了、確認します。 例では A2A コードモードを使用します。MCP はexecute ツールを通じて同じコードモードを公開します。
関数
auth.authorizations.grant
auth.authorizations.grant.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/authorizations |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
grant_kind | "capability" | "account_owner" | "super_admin" | はい |
subject_id | str | はい |
subject_type | "user" | "group" | "service_account" | はい |
capability_key | str | null | いいえ |
resource_id | str | null | いいえ |
resource_type | "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
grant_kind | str | はい |
id | str | はい |
subject_id | str | はい |
subject_type | str | はい |
capability_key | str | null | いいえ |
created_at | str | null | いいえ |
resource_id | str | null | いいえ |
resource_type | str | null | いいえ |
revoked_at | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.authorizations.list
auth.authorizations.list.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/authorizations |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
capability_key | str | null | いいえ |
grant_kind | "capability" | "account_owner" | "super_admin" | null | いいえ |
include_revoked | bool | いいえ |
subject_id | str | null | いいえ |
subject_type | "user" | "group" | "service_account" | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
grant_kind | str | はい |
id | str | はい |
subject_id | str | はい |
subject_type | str | はい |
capability_key | str | null | いいえ |
created_at | str | null | いいえ |
resource_id | str | null | いいえ |
resource_type | str | null | いいえ |
revoked_at | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.authorizations.revoke
auth.authorizations.revoke.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
grant_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
result | {} | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.create
auth.groups.create.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/groups |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
name | str | はい |
attributes | {} | null | いいえ |
description | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
id | str | はい |
keycloak_name | str | はい |
name | str | はい |
attributes | {} | いいえ |
description | str | null | いいえ |
keycloak_account_id | str | null | いいえ |
linked_scopes | [{"resource_id": str, "resource_type": str}] | いいえ |
parent_id | str | null | いいえ |
path | str | null | いいえ |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | いいえ |
subgroup_ids | [str] | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.delete
auth.groups.delete.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | DELETE /v1/public/accounts/{account_id}/auth/groups/{group_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
result | {} | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.get
auth.groups.get.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/groups/{group_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
id | str | はい |
keycloak_name | str | はい |
name | str | はい |
attributes | {} | いいえ |
description | str | null | いいえ |
keycloak_account_id | str | null | いいえ |
linked_scopes | [{"resource_id": str, "resource_type": str}] | いいえ |
parent_id | str | null | いいえ |
path | str | null | いいえ |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | いいえ |
subgroup_ids | [str] | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.invitations.create
auth.groups.invitations.create.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/groups/{group_id}/invitations |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
email | str | はい |
locale | str | null | いいえ |
note | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
result | {"assignments": [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}], "email": str, "id": str, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "status": str, "accepted_at"?: str | null, "accepted_subject_id"?: str | null, "created_at"?: str | null, "expires_at"?: str | null, "note"?: str | null} | {"accepted_subject_id": str, "assignment_count": int, "email": str, "grant_count": int, "group_membership_count": int, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "role_assignment_count": int, "mode"?: str, "status"?: str} | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.list
auth.groups.list.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/groups |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
id | str | はい |
keycloak_name | str | はい |
name | str | はい |
attributes | {} | いいえ |
description | str | null | いいえ |
keycloak_account_id | str | null | いいえ |
linked_scopes | [{"resource_id": str, "resource_type": str}] | いいえ |
parent_id | str | null | いいえ |
path | str | null | いいえ |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | いいえ |
subgroup_ids | [str] | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.members.add_group
auth.groups.members.add_group.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/groups |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
child_group_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
group_edges | int | はい |
groups_seen | int | はい |
total_edges | int | はい |
user_edges | int | はい |
group_id | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.members.add_user
auth.groups.members.add_user.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/users |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
user_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
group_edges | int | はい |
groups_seen | int | はい |
total_edges | int | はい |
user_edges | int | はい |
group_id | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.members.list
auth.groups.members.list.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/groups/{group_id}/members |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
page | int | いいえ |
page_size | int | いいえ |
search | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
page | int | はい |
page_size | int | はい |
total | int | はい |
groups | [{"account_id": str, "id": str, "keycloak_name": str, "name": str, "attributes"?: {}, "description"?: str | null, "keycloak_account_id"?: str | null, "linked_scopes"?: [{"resource_id": str, "resource_type": str}], "parent_id"?: str | null, "path"?: str | null, "permission_context"?: {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "subgroup_ids"?: [str]}] | いいえ |
linked_scopes | [{"resource_id": str, "resource_type": str}] | いいえ |
members | [{"resolved": bool, "subject_id": str, "subject_type": str, "group"?: {"account_id": str, "id": str, "keycloak_name": str, "name": str, "attributes"?: {}, "description"?: str | null, "keycloak_account_id"?: str | null, "linked_scopes"?: [{"resource_id": str, "resource_type": str}], "parent_id"?: str | null, "path"?: str | null, "permission_context"?: {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "subgroup_ids"?: [str]} | null, "user"?: {"id": str, "email"?: str | null, "first_name"?: str | null, "last_name"?: str | null, "username"?: str | null} | null}] | いいえ |
search | str | null | いいえ |
users | [{"id": str, "email"?: str | null, "first_name"?: str | null, "last_name"?: str | null, "username"?: str | null}] | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.members.remove_group
auth.groups.members.remove_group.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | DELETE /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/groups/{child_group_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
child_group_id | str | はい |
group_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
group_edges | int | はい |
groups_seen | int | はい |
total_edges | int | はい |
user_edges | int | はい |
group_id | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.members.remove_user
auth.groups.members.remove_user.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | DELETE /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/users/{user_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
user_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
group_edges | int | はい |
groups_seen | int | はい |
total_edges | int | はい |
user_edges | int | はい |
group_id | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.groups.update
auth.groups.update.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | PATCH /v1/public/accounts/{account_id}/auth/groups/{group_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
group_id | str | はい |
attributes | {} | null | いいえ |
description | str | null | いいえ |
name | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
id | str | はい |
keycloak_name | str | はい |
name | str | はい |
attributes | {} | いいえ |
description | str | null | いいえ |
keycloak_account_id | str | null | いいえ |
linked_scopes | [{"resource_id": str, "resource_type": str}] | いいえ |
parent_id | str | null | いいえ |
path | str | null | いいえ |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | いいえ |
subgroup_ids | [str] | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.invitations.create
auth.invitations.create.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/invitations |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
assignments | [{"capability_key"?: str | null, "grant_kind"?: "capability" | "account_owner" | "super_admin" | null, "group_id"?: str | null, "resource_id"?: str | null, "resource_type"?: "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | null, "role_key"?: str | null}] | はい |
email | str | はい |
locale | str | null | いいえ |
note | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
result | {"assignments": [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}], "email": str, "id": str, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "status": str, "accepted_at"?: str | null, "accepted_subject_id"?: str | null, "created_at"?: str | null, "expires_at"?: str | null, "note"?: str | null} | {"accepted_subject_id": str, "assignment_count": int, "email": str, "grant_count": int, "group_membership_count": int, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "role_assignment_count": int, "mode"?: str, "status"?: str} | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.invitations.delete
auth.invitations.delete.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | DELETE /v1/public/accounts/{account_id}/auth/invitations/{invitation_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
invitation_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
result | {} | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.invitations.list
auth.invitations.list.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/invitations |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
email | str | null | いいえ |
status | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
assignments | [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}] | はい |
email | str | はい |
id | str | はい |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | はい |
status | str | はい |
accepted_at | str | null | いいえ |
accepted_subject_id | str | null | いいえ |
created_at | str | null | いいえ |
expires_at | str | null | いいえ |
note | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.invitations.resend
auth.invitations.resend.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}/resend |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
invitation_id | str | はい |
payload | {"locale"?: str | null} | null | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
assignments | [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}] | はい |
email | str | はい |
id | str | はい |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | はい |
status | str | はい |
accepted_at | str | null | いいえ |
accepted_subject_id | str | null | いいえ |
created_at | str | null | いいえ |
expires_at | str | null | いいえ |
note | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.invitations.update
auth.invitations.update.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | PATCH /v1/public/accounts/{account_id}/auth/invitations/{invitation_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
invitation_id | str | はい |
assignments | [{"capability_key"?: str | null, "grant_kind"?: "capability" | "account_owner" | "super_admin" | null, "group_id"?: str | null, "resource_id"?: str | null, "resource_type"?: "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | null, "role_key"?: str | null}] | はい |
note | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
assignments | [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}] | はい |
email | str | はい |
id | str | はい |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | はい |
status | str | はい |
accepted_at | str | null | いいえ |
accepted_subject_id | str | null | いいえ |
created_at | str | null | いいえ |
expires_at | str | null | いいえ |
note | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.login
auth.login.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | なし | 認証必須 | いいえ |
| 実行モード | sync |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
identifier | str | いいえ |
email | str | いいえ |
username | str | いいえ |
password | str | いいえ |
service_account_token | str | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
authenticated | bool | はい |
principal_type | str | はい |
user_id | str | いいえ |
service_account_id | str | いいえ |
email | str | いいえ |
username | str | いいえ |
expires_at | str | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.logout
auth.logout.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | なし | 認証必須 | いいえ |
| 実行モード | sync |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
logged_out | bool | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.role_assignments.create
auth.role_assignments.create.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/role-assignments |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
resource_id | str | はい |
resource_type | "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | はい |
role_key | "viewer" | "editor" | "domain_manager" | "manager" | "dns_manager" | "ip_manager" | "billing_viewer" | "billing_admin" | "credential_manager" | はい |
subject_id | str | はい |
subject_type | "user" | "group" | "service_account" | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
expanded_capability_keys | [str] | はい |
id | str | はい |
resource_id | str | はい |
resource_type | str | はい |
role_key | str | はい |
subject_id | str | はい |
subject_type | str | はい |
created_at | str | null | いいえ |
revoked_at | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.role_assignments.delete
auth.role_assignments.delete.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
assignment_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
result | {} | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.role_assignments.list
auth.role_assignments.list.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/role-assignments |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
include_revoked | bool | いいえ |
role_key | "viewer" | "editor" | "domain_manager" | "manager" | "dns_manager" | "ip_manager" | "billing_viewer" | "billing_admin" | "credential_manager" | null | いいえ |
subject_id | str | null | いいえ |
subject_type | "user" | "group" | "service_account" | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
expanded_capability_keys | [str] | はい |
id | str | はい |
resource_id | str | はい |
resource_type | str | はい |
role_key | str | はい |
subject_id | str | はい |
subject_type | str | はい |
created_at | str | null | いいえ |
revoked_at | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.service_accounts.create
auth.service_accounts.create.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/service-accounts |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
name | str | はい |
expires_at | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
created_at | str | はい |
id | str | はい |
name | str | はい |
token | str | はい |
token_last4 | str | はい |
token_prefix | str | はい |
token_public_id | str | はい |
updated_at | str | はい |
created_by_user_id | str | null | いいえ |
expires_at | str | null | いいえ |
last_used_at | str | null | いいえ |
revoked_at | str | null | いいえ |
revoked_by_user_id | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.service_accounts.list
auth.service_accounts.list.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/service-accounts |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
include_revoked | bool | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
created_at | str | はい |
id | str | はい |
name | str | はい |
token_last4 | str | はい |
token_prefix | str | はい |
token_public_id | str | はい |
updated_at | str | はい |
created_by_user_id | str | null | いいえ |
expires_at | str | null | いいえ |
last_used_at | str | null | いいえ |
revoked_at | str | null | いいえ |
revoked_by_user_id | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.service_accounts.revoke
auth.service_accounts.revoke.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id} |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
service_account_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
result | {} | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.service_accounts.rotate
auth.service_accounts.rotate.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
service_account_id | str | はい |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
account_id | str | はい |
created_at | str | はい |
id | str | はい |
name | str | はい |
token | str | はい |
token_last4 | str | はい |
token_prefix | str | はい |
token_public_id | str | はい |
updated_at | str | はい |
created_by_user_id | str | null | いいえ |
expires_at | str | null | いいえ |
last_used_at | str | null | いいえ |
revoked_at | str | null | いいえ |
revoked_by_user_id | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.users.list
auth.users.list.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | auth.manage | 認証必須 | はい |
| 実行モード | sync | 機能権限 | auth.manage |
| リソースタイプ | account | リソース ID フィールド | account_id |
| 公開 API ルート | GET /v1/public/accounts/{account_id}/auth/users |
引数
引数
| 名前 | 型 | 必須 |
|---|---|---|
account_id | str | はい |
limit | int | いいえ |
search | str | null | いいえ |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
id | str | はい |
email | str | null | いいえ |
first_name | str | null | いいえ |
last_name | str | null | いいえ |
username | str | null | いいえ |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス:
auth.whoami
auth.whoami.
| プロパティ | 値 | プロパティ | 値 |
|---|---|---|---|
| 必要な権限 | なし | 認証必須 | いいえ |
| 実行モード | sync |
戻り値
戻り値
| フィールド | 型 | 必須 |
|---|---|---|
authenticated | bool | はい |
user_id | str | いいえ |
email | str | いいえ |
username | str | いいえ |
expires_at | str | はい |
A2A の例
A2A の例
リクエスト:レスポンス:
MCP の例
MCP の例
リクエスト:レスポンス: