Class: Google::Apis::WorkstationsV1beta::PushCredentialsRequest
- Inherits:
-
Object
- Object
- Google::Apis::WorkstationsV1beta::PushCredentialsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workstations_v1beta/classes.rb,
lib/google/apis/workstations_v1beta/representations.rb,
lib/google/apis/workstations_v1beta/representations.rb
Overview
Request message for PushCredentials.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ PushCredentialsRequest
constructor
A new instance of PushCredentialsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PushCredentialsRequest
Returns a new instance of PushCredentialsRequest.
1690 1691 1692 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1690 def initialize(**args) update!(**args) end |
Instance Attribute Details
#application_default_credentials ⇒ Google::Apis::WorkstationsV1beta::OAuthToken
OAuth token.
Corresponds to the JSON property applicationDefaultCredentials
1688 1689 1690 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1688 def application_default_credentials @application_default_credentials end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1695 1696 1697 |
# File 'lib/google/apis/workstations_v1beta/classes.rb', line 1695 def update!(**args) @application_default_credentials = args[:application_default_credentials] if args.key?(:application_default_credentials) end |