Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::User.
User represents a user connected to the service providers through a AccountConnector.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the user was created.
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
#last_token_request_time
def last_token_request_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the token was last requested.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. Resource name of the user, in the format
projects/*/locations/*/accountConnectors/*/users/*
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. Resource name of the user, in the format
projects/*/locations/*/accountConnectors/*/users/*
.
Returns
-
(::String) — Identifier. Resource name of the user, in the format
projects/*/locations/*/accountConnectors/*/users/*
.