Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 816 Bytes

File metadata and controls

28 lines (22 loc) · 816 Bytes

Akeyless::EmailPassAccessRules

Properties

Name Type Description Notes
alg String [optional]
email String The Email value [optional]
enc_email_with_shared_key String EncEmailWithSharedKey is the email of this auth method, encrypted with the shared auth/uam key (for use in uam) [optional]
hash_pass String The password value [optional]
last_reset_password Time The last password change date [optional]
mfa_type String [optional]

Example

require 'akeyless'

instance = Akeyless::EmailPassAccessRules.new(
  alg: null,
  email: null,
  enc_email_with_shared_key: null,
  hash_pass: null,
  last_reset_password: null,
  mfa_type: null
)