Class: Google::Apis::SasportalV1alpha1::SasPortalGenerateSecretResponse
- Inherits:
-
Object
- Object
- Google::Apis::SasportalV1alpha1::SasPortalGenerateSecretResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sasportal_v1alpha1/classes.rb,
lib/google/apis/sasportal_v1alpha1/representations.rb,
lib/google/apis/sasportal_v1alpha1/representations.rb
Overview
Response for GenerateSecret.
Instance Attribute Summary collapse
-
#secret ⇒ String
The secret generated by the string and used by ValidateInstaller.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SasPortalGenerateSecretResponse
constructor
A new instance of SasPortalGenerateSecretResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SasPortalGenerateSecretResponse
Returns a new instance of SasPortalGenerateSecretResponse.
573 574 575 |
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 573 def initialize(**args) update!(**args) end |
Instance Attribute Details
#secret ⇒ String
The secret generated by the string and used by ValidateInstaller.
Corresponds to the JSON property secret
571 572 573 |
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 571 def secret @secret end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
578 579 580 |
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 578 def update!(**args) @secret = args[:secret] if args.key?(:secret) end |