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.



657
658
659
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 657

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)


655
656
657
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 655

def secret
  @secret
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



662
663
664
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 662

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