workspaces:DescribeConsent is a Read access-level action in the workspaces service. Grants permission to retrieve information about consent agreement to BYOL minimum requirements
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 workspaces:DescribeConsent. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWorkspacesDescribeConsent",
"Effect": "Allow",
"Action": "workspaces:DescribeConsent",
"Resource": "*"
}
]
}