Class: IControl::Management::KeyCertificate::CertificateRequest
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::CertificateRequest
- 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
-
#challenge_password ⇒ String
The challenge password.
-
#email ⇒ String
The email address of the certificate request’s owner.
-
#id ⇒ String
The string identification of this certificate request.
Instance Attribute Details
#challenge_password ⇒ String
The challenge password.
671 672 673 |
# File 'lib/icontrol/management/key_certificate.rb', line 671 def challenge_password @challenge_password end |
#email ⇒ String
The email address of the certificate request’s owner.
671 672 673 |
# File 'lib/icontrol/management/key_certificate.rb', line 671 def email @email end |
#id ⇒ String
The string identification of this certificate request.
671 672 673 |
# File 'lib/icontrol/management/key_certificate.rb', line 671 def id @id end |