Method: Akeyless::GatewayCreateProducerArtifactory#valid?

Defined in:
lib/akeyless/models/gateway_create_producer_artifactory.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



218
219
220
221
222
223
224
# File 'lib/akeyless/models/gateway_create_producer_artifactory.rb', line 218

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @artifactory_token_audience.nil?
  return false if @artifactory_token_scope.nil?
  return false if @name.nil?
  true
end