Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2 KB

Organization.md

File metadata and controls

30 lines (22 loc) · 2 KB

Organization

Organization

Properties

Name Type Description Notes
id String unique ID of organization [optional]
role OrganizationRoles [optional]
name String organization name must be unique
createdAt OffsetDateTime Datetime organization was created in UTC [optional]
updatedAt OffsetDateTime Datetime organization was updated in UTC [optional]
logo String Organization logo [optional]
description String Organization description [optional]
users List<OrganizationUser> [optional]
allowedActions List<NamespaceActions> list of actions user is allowed to do on this organization [optional]
numOfArrays BigDecimal number of registered arrays for this organization [optional]
enabledFeatures List<String> List of extra/optional/beta features to enable for namespace [optional] [readonly]
unpaidSubscription Boolean A notice that the user has an unpaid subscription [optional] [readonly]
defaultS3Path String The default location to store newly-created notebooks and other assets like UDFs. The name `default_s3_path` is a legacy holdover; it may refer to any supported storage location. [optional]
defaultS3PathCredentialsName String The name of the credentials used to create and access files in the `default_s3_path`, if needed. [optional]
assetLocations AssetLocations [optional]
stripeConnect Boolean Denotes that the organization is able to apply pricing to arrays by means of Stripe Connect [optional] [readonly]
assumeRoleArn String A AWS Role that will be first assumed before assuming the organization's AWS Role. Visible to owners and admins. [optional]