public sealed class ResourcePolicyMember : IMessage<ResourcePolicyMember>, IEquatable<ResourcePolicyMember>, IDeepCloneable<ResourcePolicyMember>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v1 API class ResourcePolicyMember.
Output-only policy member strings of a Google Cloud resource's built-in
identity.
public string IamPolicyNamePrincipal { get; set; }
IAM policy binding member referring to a Google Cloud resource by
user-assigned name (https://google.aip.dev/122). If a resource is deleted
and recreated with the same name, the binding will be applicable to the new
resource.
IAM policy binding member referring to a Google Cloud resource by
system-assigned unique identifier (https://google.aip.dev/148#uid). If a
resource is deleted and recreated with the same name, the binding will not
be applicable to the new 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-21 UTC."],[[["This document provides reference documentation for the `ResourcePolicyMember` class within the Google Cloud Identity and Access Management (IAM) v1 API, which is used for managing policy member strings of Google Cloud resources."],["The `ResourcePolicyMember` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer operations."],["The latest version of the `ResourcePolicyMember` class is 3.4.0, with older versions available, including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.4.0, 2.3.0, and 2.2.0."],["The class has two properties, `IamPolicyNamePrincipal` and `IamPolicyUidPrincipal`, which allow policy bindings to be applied to a resource by either a user assigned name or a unique system assigned ID respectively."],["`ResourcePolicyMember` has two constructors, one empty and another that takes another `ResourcePolicyMember` as a parameter."]]],[]]