orgAccessToken 스키마
orgAccessToken 스키마
조직 액세스 토큰(OAT)을 나타내는 스키마예요. 자동화용으로 조직 소유자가 관리하던가요.
출처: 문서
본문
스키마 — orgAccessToken · 유형: object
created_at — 유형: string (date-time)
{
"example": "2022-05-20T00:54:18Z",
"format": "date-time",
"type": "string"
}
created_by — 유형: string
{
"example": "johndoe",
"type": "string"
}
expires_at — 유형: string | null (date-time)
{
"example": "2023-05-20T00:54:18Z",
"format": "date-time",
"type": [
"string",
"null"
]
}
id — 유형: string
{
"example": "a7a5ef25-8889-43a0-8cc7-f2a94268e861",
"type": "string"
}
is_active — 유형: boolean
{
"example": true,
"type": "boolean"
}
label — 유형: string
{
"example": "My organization token",
"type": "string"
}
last_used_at — 유형: string | null (date-time)
{
"example": "2022-06-15T12:30:45Z",
"format": "date-time",
"type": [
"string",
"null"
]
}
전체 스키마:
{
"properties": {
"created_at": {
"example": "2022-05-20T00:54:18Z",
"format": "date-time",
"type": "string"
},
"created_by": {
"example": "johndoe",
"type": "string"
},
"expires_at": {
"example": "2023-05-20T00:54:18Z",
"format": "date-time",
"type": [
"string",
"null"
]
},
"id": {
"example": "a7a5ef25-8889-43a0-8cc7-f2a94268e861",
"type": "string"
},
"is_active": {
"example": true,
"type": "boolean"
},
"label": {
"example": "My organization token",
"type": "string"
},
"last_used_at": {
"example": "2022-06-15T12:30:45Z",
"format": "date-time",
"type": [
"string",
"null"
]
}
},
"type": "object"
}