ResourceAccessSpec holds the access control configuration to
be enforced on the resources, for example, Cloud Storage bucket,
BigQuery dataset, BigQuery table.
Attributes
Name
Description
readers
MutableSequence[str]
Optional. The format of strings follows the
pattern followed by IAM in the bindings.
user:{email}, serviceAccount:{email}
group:{email}. The set of principals to be
granted reader role on the resource.
writers
MutableSequence[str]
Optional. The set of principals to be granted
writer role on the resource.
owners
MutableSequence[str]
Optional. The set of principals to be granted
owner role on the resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,[]]