odb:ListSystemVersions is a Read access-level action in the odb service. Grants permission to list information about the system versions that are available for a VM cluster for the specified giVersion and 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:ListSystemVersions. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowOdbListSystemVersions",
"Effect": "Allow",
"Action": "odb:ListSystemVersions",
"Resource": "*"
}
]
}