サブアカウントの個別照会
- 印刷する
- PDF
サブアカウントの個別照会
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
サブアカウントを個別照会します。
API
- GET /sub-accounts/{subAccountId}
リクエスト
Path Variables
パラメータ | 必須有無 | タイプ | 制限事項 | 説明 |
---|---|---|---|---|
subAccountId | Y | String | Sub Account Id |
レスポンス
{
"nrn": "string"
"active": "boolean",
"canAPIGatewayAccess": "boolean",
"canConsoleAccess": "boolean",
"consolePermitIps": [
"string"
],
"createTime": "string",
"email": "string",
"groups": [
{
"groupId": "string",
"groupName": "string",
"policies": [
{}
],
"subAccounts": [
{}
]
}
],
"lastLoginTime": "string",
"loginId": "string",
"memo": "string",
"modifiedTime": "string",
"name": "string",
"needPasswordReset": "boolean",
"policies": [
{
"policyId": "string",
"policyName": "string",
"policyType": "string"
}
],
"subAccountNo": "integer",
"subAccountId": "string",
"useConsolePermitIp": "boolean",
"useApiAllowSource": "boolean",
"apiAllowSources": [
{
"type": "string",
"source": "string"
}
]
}
項目 | タイプ | 説明 | 備考 |
---|---|---|---|
nrn | string | Ncloudのリソースを表現するための Naming Rule | |
active | boolean | Sub Account状態(true: 有効、false: 無効) | |
canAPIGatewayAccess | boolean | - API Gateway Access - Access Keyを作成し、当該キーで API Gatewayに登録された APIを使用可能 | |
canConsoleAccess | boolean | - Console Access - サブアカウントが管理コンソールにアクセスできるように設定 | |
consolePermitIps | array | コンソールにアクセスできる IPアドレス帯域リスト | |
createTime | string | 作成日時 2019-08-10T13:21:00Z | |
string | メールアドレス | ||
groups | array | サブアカウントが属するグループリスト | |
groups.groupId | string | グループ ID | |
groups.groupName | string | グループ名 | |
groups.policies | array | グループに割り当てられたポリシーリスト | |
groups.subAccounts | array | グループに属するサブアカウントリスト | |
lastLoginTime | string | 最終アクセス日時 2019-08-10T13:21:00Z | |
loginId | string | ログイン ID | |
memo | string | メモ(max: 100byte) | |
modifiedTime | string | 最終変更日時 2019-08-10T13:21:00Z | |
name | string | 名前 | |
needPasswordReset | boolean | - パスワード再設定の要否 - 作成されたサブアカウントでログインすると、新しいパスワードに変更するように案内 | |
policies | array | サブアカウントが付与されたポリシーリスト | |
policies.policyId | string | ポリシー ID | |
policies.policyName | string | ポリシー名 | |
policies.policyType | string | ポリシータイプ(SYSTEM_MANAGED、USER_CREATED) | |
subAccountNo | integer | サブアカウント No | |
subAccountId | string | サブアカウント ID | |
useConsolePermitIp | boolean | コンソールアクセスの際に IPアドレス帯域制限の使用有無 | |
useApiAllowSource | boolean | API利用の際にアクセス制限を利用可能 | |
apiAllowSources | array | API利用の際にアクセス可能なリスト | |
apiAllowSources[].type | string | アクセス可能なソースタイプ(IP、VPC、VPC_SERVER) | |
apiAllowSources[].source | string | アクセス可能なソース情報(IP、InstanceNo) |
エラー
以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は ErrorResponseをご参照ください。
よく発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。
HTTP status code | エラーコード | エラーメッセージ |
---|---|---|
401 | 30 | 存在しないアカウント |
この記事は役に立ちましたか?