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

NameTypeDescription
idoption​<id>
linksoption​<links>
memberoption​<member>
creation-dateoption​<s64>
custom-role-idsoption​<list​<string>>
default-api-versionoption​<s32>
inline-roleoption​<list​<statement>>
last-modifiedoption​<s64>
last-usedoption​<s64>
member-idoption​<id>
nameoption​<string>
owner-idoption​<id>
roleoption​<string>
service-tokenoption​<bool>
tokenoption​<string>