Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalGenerateSecretResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb

Overview

Response for GenerateSecret.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalGenerateSecretResponse

Returns a new instance of SasPortalGenerateSecretResponse.



611
612
613
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 611

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#secretString

The secret generated by the string and used by ValidateInstaller. Corresponds to the JSON property secret

Returns:

  • (String)


609
610
611
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 609

def secret
  @secret
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



616
617
618
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 616

def update!(**args)
  @secret = args[:secret] if args.key?(:secret)
end