odb:ListGiVersions is a Read access-level action in the odb service. Grants permission to list information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows odb:ListGiVersions. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowOdbListGiVersions",
"Effect": "Allow",
"Action": "odb:ListGiVersions",
"Resource": "*"
}
]
}