Method: Akeyless::UpdateAuthMethodOIDC#valid?
- Defined in:
- lib/akeyless/models/update_auth_method_oidc.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
329 330 331 332 333 334 |
# File 'lib/akeyless/models/update_auth_method_oidc.rb', line 329 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @name.nil? return false if @unique_identifier.nil? true end |