Class: Google::Cloud::Firestore::Admin::V1::UserCreds::ResourceIdentity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#principal::String (readonly)

Returns Output only. Principal identifier string. See: https://cloud.google.com/iam/docs/principal-identifiers.

Returns:



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