public sealed class ResourceAccessSpec : IMessage<ResourceAccessSpec>, IEquatable<ResourceAccessSpec>, IDeepCloneable<ResourceAccessSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class ResourceAccessSpec.
ResourceAccessSpec holds the access control configuration to be enforced
on the resources, for example, Cloud Storage bucket, BigQuery dataset,
BigQuery table.
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.
[[["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 2025-03-25 UTC."],[[["This page provides reference documentation for the `ResourceAccessSpec` class within the Google Cloud Dataplex V1 API, spanning multiple versions."],["The `ResourceAccessSpec` class is used to configure access control for resources like Cloud Storage buckets and BigQuery datasets, within the Dataplex ecosystem."],["The `ResourceAccessSpec` class allows for the specification of owners, readers, and writers through the `Owners`, `Readers`, and `Writers` properties, respectively, all of which use `RepeatedField\u003cstring\u003e` to house data."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating message management, object equality comparisons, deep cloning, and buffer operations."],["The most recent version available of this API is 3.6.0, with historical versions stretching as far back as 1.0.0, making this API well established."]]],[]]