Record
objs-team
No description available.
record objs-team {
archived: option<bool>,
avatar-base-url: option<string>,
created: option<s32>,
date-create: option<s32>,
deleted: option<bool>,
description: option<string>,
discoverable: option<string>,
domain: string,
email-domain: string,
enterprise-id: option<defs-enterprise-id>,
enterprise-name: option<defs-enterprise-name>,
external-org-migrations: option<objs-external-org-migrations>,
has-compliance-export: option<bool>,
icon: objs-icon,
id: defs-workspace-id,
is-assigned: option<bool>,
is-enterprise: option<s32>,
is-over-storage-limit: option<bool>,
limit-ts: option<s32>,
locale: option<string>,
messages-count: option<s32>,
msg-edit-window-mins: option<s32>,
name: string,
over-integrations-limit: option<bool>,
over-storage-limit: option<bool>,
pay-prod-cur: option<string>,
plan: option<objs-team-plan-enum>,
primary-owner: option<objs-primary-owner>,
sso-provider: option<objs-team-sso-provider>,
}Fields
| Name | Type | Description |
|---|---|---|
| archived | option<bool> | |
| avatar-base-url | option<string> | |
| created | option<s32> | |
| date-create | option<s32> | |
| deleted | option<bool> | |
| description | option<string> | |
| discoverable | option<string> | |
| domain | string | |
| email-domain | string | |
| enterprise-id | option<defs-enterprise-id> | |
| enterprise-name | option<defs-enterprise-name> | |
| external-org-migrations | option<objs-external-org-migrations> | |
| has-compliance-export | option<bool> | |
| icon | objs-icon | |
| id | defs-workspace-id | |
| is-assigned | option<bool> | |
| is-enterprise | option<s32> | |
| is-over-storage-limit | option<bool> | |
| limit-ts | option<s32> | |
| locale | option<string> | |
| messages-count | option<s32> | |
| msg-edit-window-mins | option<s32> | |
| name | string | |
| over-integrations-limit | option<bool> | |
| over-storage-limit | option<bool> | |
| pay-prod-cur | option<string> | |
| plan | option<objs-team-plan-enum> | |
| primary-owner | option<objs-primary-owner> | |
| sso-provider | option<objs-team-sso-provider> |