AccountSettings
No description
type AccountSettings {
eventStreamsFeature: AccountSettingValue!
eventStreamsTier: Int!
controlPlaneFeature: AccountSettingValue!
}
Fields
AccountSettings.eventStreamsFeature ● AccountSettingValue! non-null enum platform
Indicates whether the Account has the Event Streams Feature
AccountSettings.eventStreamsTier ● Int! non-null scalar miscellaneous
Indicates the Tier of Event Streams Feature for the Account. Tier 0 is the free tier. Tiers 1-4 are for increasing usage amounts. A value of -1 means no Tier is set.
AccountSettings.controlPlaneFeature ● AccountSettingValue! non-null enum platform
Indicates whether the Control Plane Feature ENABLED on this Account
Returned By
accountSettingsControlPlaneProvision mutation ●
accountSettingsEventStreamsUpdate mutation
Member Of
Account object
Was this topic helpful?