グループにポリシーを割り当て
    • PDF

    グループにポリシーを割り当て

    • PDF

    Article Summary

    • グループにポリシーを割り当てます。

    API

    • POST /groups/{groupId}/policies

    リクエスト

    Path Variables

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

    Body

    {
    	"policyIdList": [
    		"string"
    	]
    }
    
    パラメータ必須タイプ制約事項説明
    policyIdListYarrayポリシーIDリスト

    レスポンス

    • レスポンス
    パラメータ名必須タイプ説明
    ProcessResultYArray処理結果
    • レスポンス例 - 成功
    [
        {
            "success": true,
            "id": "policyId1"
        }
    ]
    
    • レスポンス例 - 登録されていないポリシー
    [
        {
            "success": false,
            "id": "policyId2",
            "message": "登録されていないポリシーです。"
        }
    ]
    

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

    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.