| 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] |
| Name | Value |
|---|---|
| MANAGER | "Manager" |
| MEMBER | "Member" |