Class: IControl::Management::KeyCertificate::Certificate
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::KeyCertificate::Certificate
- 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, typically used when creating the certificate.
Instance Attribute Summary (collapse)
-
- (String) email
The email address of the certificate's owner.
-
- (String) id
The string identification of this certificate.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) email
The email address of the certificate's owner.
624 625 626 |
# File 'lib/icontrol/management/key_certificate.rb', line 624 def email @email end |
- (String) id
The string identification of this certificate.
624 625 626 |
# File 'lib/icontrol/management/key_certificate.rb', line 624 def id @id end |