Class: Google::Cloud::Firestore::Admin::V1::UserCreds::ResourceIdentity
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::UserCreds::ResourceIdentity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/user_creds.rb
Overview
Describes a Resource Identity principal.
Instance Attribute Summary collapse
-
#principal ⇒ ::String
readonly
Output only.
Instance Attribute Details
#principal ⇒ ::String (readonly)
Returns Output only. Principal identifier string. See: https://cloud.google.com/iam/docs/principal-identifiers.
57 58 59 60 |
# File 'proto_docs/google/firestore/admin/v1/user_creds.rb', line 57 class ResourceIdentity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |