Sha256: 5c3467a7d918202b7dcbad874894998bdc3ea58ffaadb464391f9f631dc03034
Contents?: true
Size: 883 Bytes
Versions: 6
Compression:
Stored size: 883 Bytes
Contents
# SwaggerAemClient::KeystoreChainItems ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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::KeystoreChainItems.new(subject: null, issuer: null, not_before: null, not_after: null, serial_number: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems