github.com/safedep/dry@v0.0.0-20241016050132-a15651f0548b/apiguard/tykgen/docs/CertificateMeta.md (about)

     1  # CertificateMeta
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** |  | [optional] [default to null]
     7  **Fingerprint** | **string** |  | [optional] [default to null]
     8  **HasPrivate** | **string** |  | [optional] [default to null]
     9  **Issuer** | [***PkixName**](pkixName.md) |  | [optional] [default to null]
    10  **Subject** | [***PkixName**](pkixName.md) |  | [optional] [default to null]
    11  **NotBefore** | **string** |  | [optional] [default to null]
    12  **NotAfter** | **string** |  | [optional] [default to null]
    13  **DnsNames** | **[]string** |  | [optional] [default to null]
    14  **IsCa** | **bool** |  | [optional] [default to null]
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17