Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1020 Bytes

File metadata and controls

27 lines (20 loc) · 1020 Bytes

Service

Properties

Name Type Description Notes
createdAt OffsetDateTime [optional]
createdBy String [optional]
createdByUrl String [optional]
description String The description of the service [optional]
key String The API key of the service [optional]
keyExpiresAt OffsetDateTime The time at which the API key will expire. This will only be populated if the Organization has an active API Key Policy. [optional]
name String The name of the service
role RoleEnum The role of the service. [optional]
slug String The slug of the service [optional]
teams List<ServiceTeams> [optional]

Enum: RoleEnum

Name Value
MANAGER "Manager"
MEMBER "Member"