Record
token
No description available.
record token {
id: option<id>,
links: option<links>,
member: option<member>,
creation-date: option<s64>,
custom-role-ids: option<list<string>>,
default-api-version: option<s32>,
inline-role: option<list<statement>>,
last-modified: option<s64>,
last-used: option<s64>,
member-id: option<id>,
name: option<string>,
owner-id: option<id>,
role: option<string>,
service-token: option<bool>,
token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<id> | |
| links | option<links> | |
| member | option<member> | |
| creation-date | option<s64> | |
| custom-role-ids | option<list<string>> | |
| default-api-version | option<s32> | |
| inline-role | option<list<statement>> | |
| last-modified | option<s64> | |
| last-used | option<s64> | |
| member-id | option<id> | |
| name | option<string> | |
| owner-id | option<id> | |
| role | option<string> | |
| service-token | option<bool> | |
| token | option<string> |