Class: IControl::Management::KeyCertificate::CertificateRequest

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management/key_certificate.rb,
lib/icontrol/management/key_certificate.rb

Overview

A struct that describes the basic information of a certificate request, typically used when creating the certificate request.

Instance Attribute Summary collapse

Instance Attribute Details

#challenge_passwordString

The challenge password.

Returns:

  • (String)

    the current value of challenge_password



671
672
673
# File 'lib/icontrol/management/key_certificate.rb', line 671

def challenge_password
  @challenge_password
end

#emailString

The email address of the certificate request’s owner.

Returns:

  • (String)

    the current value of email



671
672
673
# File 'lib/icontrol/management/key_certificate.rb', line 671

def email
  @email
end

#idString

The string identification of this certificate request.

Returns:

  • (String)

    the current value of id



671
672
673
# File 'lib/icontrol/management/key_certificate.rb', line 671

def id
  @id
end