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-04-09 UTC."],[[["The latest version available for the `ResourceAccessSpec` class within the Google Cloud Dataplex v1 API is 3.6.0, with multiple previous versions accessible, all the way back to version 1.0.0."],["`ResourceAccessSpec` is a class in the `Google.Cloud.Dataplex.V1` namespace that configures access control on resources like Cloud Storage buckets and BigQuery datasets or tables."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to interact with the Google Cloud Dataplex API."],["`ResourceAccessSpec` has properties to manage principals who have access, allowing configuration of `Owners`, `Readers`, and `Writers` roles, using email address patterns."],["The `ResourceAccessSpec` class can be instantiated using a default constructor or by cloning another `ResourceAccessSpec` object."]]],[]]