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.



665
666
667
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 665

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)


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

def secret
  @secret
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



670
671
672
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 670

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