Magidoc

Account
Object

Account is logical entity that group together users pipeliens and more

Fields

#

id

ID !
Non-null

The account id

name

The account unique name

features

Show to feature flags status for this account

ssoIntegrations

[ Sso !]

Account SSO integrations

users

[ User !]

Users that are attached to this account

admins

[ ID !]

Ids of all users that have account admin permission to this account

enabledAllowedDomains

Controls if this account can edit its allowedDomains

allowedDomains

[ String !]

All allowed domains for this account

security

Account security

collaborators

Collaborators

privateAccountOwner

Private account owner

gitProvider

The git provider of the shared config repo

gitApiUrl

The api url of the shared config repo git server

sharedConfigRepo

Shared config repo url

csdpValidated

CSDP settings validated

runtimeFeatures

Non-null

Features supported by all runtimes

supportsManagedRuntime

Supports Managed Runtime

pipelineConfig

Pipeline settings

systemType

System type

systemTypePrev

System type prev

badgeToken

Account badge token

cloudBuilds

Cloud Builds

settings

Account Settings

supportPlan

Support Plan

paymentPlan

Payment Plan

Usages

#

References

#

  • Field setAccountAllowedDomains from Mutation
  • Field accounts from User