Class: Google::Cloud::DeveloperConnect::V1::User
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::User
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
User represents a user connected to the service providers through a AccountConnector.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
readonly
Output only.
-
#last_token_request_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the user was created.
1323 1324 1325 1326 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 1323 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
1323 1324 1325 1326 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 1323 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_token_request_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the token was last requested.
1323 1324 1325 1326 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 1323 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Resource name of the user, in the format
projects/*/locations/*/accountConnectors/*/users/*
.
1323 1324 1325 1326 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 1323 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |