サブアカウントの変更
- 印刷する
- PDF
サブアカウントの変更
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
サブアカウントの情報を変更します。
API
- PUT /sub-accounts/{subAccountId}
リクエスト
Path Variables
パラメータ | 必須有無 | タイプ | 制限事項 | 説明 |
---|---|---|---|---|
subAccountId | Y | String | Sub Account Id |
Body
{
"active": "boolean",
"canAPIGatewayAccess": "boolean",
"canConsoleAccess": "boolean",
"email": "string",
"memo": "string",
"name": "string",
"isMfaMandatory": "boolean",
"useConsolePermitIp": "boolean",
"consolePermitIps": [
"string"
],
"useApiAllowSource": "boolean",
"apiAllowSources": [
{
"type": "string",
"source": "string"
}
]
}
パラメータ | 必須有無 | タイプ | 制限事項 | 説明 |
---|---|---|---|---|
active | N | boolean | サブアカウントの状態(true: 有効、false: 無効) | |
canAPIGatewayAccess | N | boolean | - API Gateway Access - Access Keyを作成し、当該キーで API Gatewayに登録された APIを使用可能 | |
canConsoleAccess | N | boolean | Console Access サブアカウントが管理コンソールにアクセスできるように設定 | |
N | string | メールアドレス | ||
memo | N | string | メモ(max: 100byte) | |
name | Y | string | 名前 | |
isMfaMandatory | N | boolean | 2段階認証の必須有無(true: 必須、false: 任意) | |
useConsolePermitIp | N | boolean | コンソールアクセスの際に、IPアドレス帯域制限を利用可能 | |
consolePermitIps | N | array | コンソールにアクセスできる IPアドレス帯域リスト | |
useApiAllowSource | N | boolean | API利用の際にアクセス制限を利用可能 | |
apiAllowSources | N | array | APIアクセス可能なリスト | |
apiAllowSources[].type | N | string | アクセス可能なソースタイプ(IP、VPC、VPC_SERVER) | |
apiAllowSources[].source | N | string | アクセス可能なソース情報(IP、InstanceNo) |
レスポンス
- レスポンス
パラメータ名 | 必須有無 | タイプ | 説明 |
---|---|---|---|
ProcessResult | Y | ProcessResult | 処理結果 |
- レスポンス例 - 成功
{
"success": true,
"id": "subAccountId"
}
エラー
以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は ErrorResponseをご参照ください。
よく発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。
HTTP status code | エラーコード | エラーメッセージ |
---|---|---|
401 | 30 | 存在しないアカウント |
この記事は役に立ちましたか?