1
Using OCI Generative AI Service
medium
An administrator creates this IAM policy to allow a group to use a specific generative AI model. However, users report a 403 Forbidden error. What is the most likely issue?
Exhibit
Refer to the exhibit.
{
"syntaxVersion": "1.0",
"statements": [
{
"effect": "Allow",
"action": ["ai:generate-text"],
"resource": ["ocid1.generativemodel.oc1..aaaaaa..."]
}
]
}