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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]