[
    {
        "Effect": "Allow",
        "Action": [
            "organizations:Get*",
            "organizations:List*"
        ],
        "Resource": [
            "*"
        ]
    }
]