tapis-sk 0.3.1

The Tapis Security API provides for management of Security Kernel (SK) role-based authorization and secrets resources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SkSecretVersionMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_time** | Option<**String**> |  | [optional]
**current_version** | Option<**i32**> |  | [optional]
**max_versions** | Option<**i32**> |  | [optional]
**oldest_version** | Option<**i32**> |  | [optional]
**updated_time** | Option<**String**> |  | [optional]
**versions** | Option<[**Vec<models::SkSecretVersion>**]SkSecretVersion.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)