Example of Authority Setting for permitting GET Operation of Management FunctionΒΆ

An example of the IAM role, which permits GET Operation of Management Function is as follows:
This setting is provided by Portal READ ONLY as a template.
{
    "contract_id": "econXXXXXXXXX",
    "iam_role_name": "sss_get_role",
    "description": "Portal READ Only Permission",
    "resources": [
        {
            "ipAddress": "*",
            "basePath": "/ecl-sss",
            "path": "*",
            "verb": "GET"
        }
    ]
}

Link the sss_get_role created above to the sss_get_group.