Class: Google::Iam::V1::ResourcePolicyMember
- Inherits:
-
Object
- Object
- Google::Iam::V1::ResourcePolicyMember
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1/resource_policy_member.rb
Overview
Output-only policy member strings of a Google Cloud resource's built-in identity.
Instance Attribute Summary collapse
-
#iam_policy_name_principal ⇒ ::String
readonly
IAM policy binding member referring to a Google Cloud resource by user-assigned name (https://google.aip.dev/122).
-
#iam_policy_uid_principal ⇒ ::String
readonly
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier (https://google.aip.dev/148#uid).
Instance Attribute Details
#iam_policy_name_principal ⇒ ::String (readonly)
Returns 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.
Example:
principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter
.
43 44 45 46 |
# File 'proto_docs/google/iam/v1/resource_policy_member.rb', line 43 class ResourcePolicyMember include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#iam_policy_uid_principal ⇒ ::String (readonly)
Returns 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
Example:
principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5
.
43 44 45 46 |
# File 'proto_docs/google/iam/v1/resource_policy_member.rb', line 43 class ResourcePolicyMember include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |