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.
588 589 590 |
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 588 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
586 587 588 |
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 586 def secret @secret end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
593 594 595 |
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 593 def update!(**args) @secret = args[:secret] if args.key?(:secret) end |