| id |
str |
A non-modifiable, globally unique ID chosen by the system. |
[optional] |
| name |
str |
The name of the object (e.g., a file system or snapshot). |
[optional] |
| certificate |
str |
The text of the certificate. |
[optional] |
| certificate_type |
str |
The type of certificate. Possible values are `array` and `external`. Certificates of type `array` are used by the array to verify its identity to clients. Certificates of type `external` are used by the array to identify external servers to which it is configured to communicate. |
[optional] |
| common_name |
str |
FQDN or management IP address of the machine presenting the certificate. |
[optional] |
| country |
str |
The country field listed in the certificate. |
[optional] |
| email |
str |
The email field listed in the certificate. |
[optional] |
| intermediate_certificate |
str |
Intermediate certificate chains. |
[optional] |
| issued_by |
str |
Who issued this certificate. |
[optional] |
| issued_to |
str |
Who this certificate was issued to. |
[optional] |
| key_size |
int |
The size of the private key for this certificate in bits. |
[optional] |
| locality |
str |
The locality field listed in the certificate. |
[optional] |
| organization |
str |
The organization field listed in the certificate. |
[optional] |
| organizational_unit |
str |
The organizational unit field listed in the certificate. |
[optional] |
| state |
str |
The state/province field listed in the certificate. |
[optional] |
| status |
str |
The type of certificate. Possible values are self-signed and imported. |
[optional] |
| valid_from |
str |
The start date of when this certificate is valid. |
[optional] |
| valid_to |
str |
The end date of when this certificate is valid. |
[optional] |
| passphrase |
str |
The passphrase used to encrypt the private key. |
[optional] |
| private_key |
str |
The private key used to sign the certificate. |
[optional] |