class Google::Apis::SasportalV1alpha1::SasPortalGenerateSecretResponse
Response for GenerateSecret.
Attributes
secret[RW]
The secret generated by the string and used by ValidateInstaller. Corresponds to the JSON property `secret` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 586 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 591 def update!(**args) @secret = args[:secret] if args.key?(:secret) end