グループの個別照会
    • PDF

    グループの個別照会

    • PDF

    Article Summary

    • グループを個別照会します。

    API

    • GET /groups/{groupId}

    リクエスト

    Path Variables

    パラメータ必須タイプ制約事項説明
    groupIdYStringGroup Id

    レスポンス

    {
    	"nrn": "string",
    	"groupId": "string",
    	"groupName": "string",
    	"policies": [
    		{
    			"policyId": "string",
    			"policyName": "string",
    			"policyType": "string",
    			"nrn": "string"
    		}
    	],
    	"subAccounts": [
    		{
    			"active": "boolean",
    			"canAPIGatewayAccess": "boolean",
    			"canConsoleAccess": "boolean",
    			"consolePermitIps": [
    				"string"
    			],
    			"createTime": "string",
    			"email": "string",
    			"groups": [
    				{}
    			],
    			"lastLoginTime": "string",
    			"loginId": "string",
    			"memo": "string",
    			"modifiedTime": "string",
    			"name": "string",
    			"needPasswordReset": "boolean",
    			"password": "string",
    			"policies": [
    				{}
    			],
    			"subAccountId": "string",
    			"useConsolePermitIp": "boolean",
    			"nrn": "string",
    		}
    	]
    }
    
    項目タイプ説明備考
    nrnstringNcloudのリソースを表現するための Naming Rule
    groupIdstringグループID
    groupNamestringグループ名
    policiesarrayグループに割り当てられたポリシーリスト
    policies.policyIdstringポリシーID
    policies.policyNamestringポリシー名
    policies.policyTypestringポリシータイプ(SYSTEM_MANAGED, USER_CREATED)
    policies.nrnstringNcloudのリソースを表現するための Naming Rule
    subAccountsarrayグループに属するサブアカウントリスト
    subAccounts.activebooleanSub Account状態(true: 有効、false: 無効)
    subAccounts.canAPIGatewayAccessbooleanAPI Gateway Access
    Access Keyを作成し、当該キーでAPI Gatewayに登録されたAPIを利用できます。
    subAccounts.canConsoleAccessbooleanConsole Access
    サブアカウントが管理コンソールにアクセスできるように設定します。
    subAccounts.consolePermitIpsarrayコンソールにアクセスできるIP帯域リスト
    subAccounts.createTimestring作成日時 2019-08-10T13:21:00Z
    subAccounts.emailstringメール
    subAccounts.groupsarrayサブアカウントが属するグループリスト
    subAccounts.lastLoginTimestring最終アクセス日時 2019-08-10T13:21:00Z
    subAccounts.loginIdstringログインID
    subAccounts.memostringメモ(max: 100bytes)
    subAccounts.modifiedTimestring最終修正日時 2019-08-10T13:21:00Z
    subAccounts.namestring名前
    subAccounts.needPasswordResetbooleanパスワードの再設定の要否。
    作成されたサブアカウントでログインすると、新しいパスワードに変更するように案内されます。
    subAccounts.passwordstringパスワード
    subAccounts.policiesarrayサブアカウントに付与されたポリシーリスト
    subAccounts.subAccountIdstringサブアカウントID
    subAccounts.useConsolePermitIpbooleanコンソールアクセスの際に、IP帯域制限の利用有無
    subAccounts.nrnstringNcloudのリソースを表現するための Naming Rule

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.