Sha256: ea9ac8fce0a862031e09df88cfdb98313266867fa150ccf46cdc7b6a8a57e996
Contents?: true
Size: 1.06 KB
Versions: 6
Compression:
Stored size: 1.06 KB
Contents
# SwaggerAemClient::TruststoreItems ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_alias** | **String** | Truststore alias name | [optional] **entry_type** | **String** | | [optional] **subject** | **String** | e.g. \"CN=localhost\" | [optional] **issuer** | **String** | e.g. \"CN=Admin\" | [optional] **not_before** | **String** | e.g. \"Sun Jul 01 12:00:00 AEST 2018\" | [optional] **not_after** | **String** | e.g. \"Sun Jun 30 23:59:50 AEST 2019\" | [optional] **serial_number** | **Integer** | 18165099476682912368 | [optional] ## Code Sample ```ruby require 'SwaggerAemClient' instance = SwaggerAemClient::TruststoreItems.new(_alias: null, entry_type: null, subject: null, issuer: null, not_before: null, not_after: null, serial_number: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems