Waiting for engine...
Skip to main content

EventStreamsEnvironmentTokenCreateInput

No description

input EventStreamsEnvironmentTokenCreateInput {
environmentId: ID!
name: String
allowConsume: Boolean!
allowProduce: Boolean!
expirationTime: DateTime
description: String
}

Fields

EventStreamsEnvironmentTokenCreateInput.environmentId ● ID! non-null scalar miscellaneous

The Id of environment to which the token belongs

EventStreamsEnvironmentTokenCreateInput.name ● String scalar miscellaneous

The name to be associated with the token. This needs to be unique within the environment.

EventStreamsEnvironmentTokenCreateInput.allowConsume ● Boolean! non-null scalar miscellaneous

Determines if consume action permission is to granted to the token or not.

EventStreamsEnvironmentTokenCreateInput.allowProduce ● Boolean! non-null scalar miscellaneous

Determines if produce action permission is to granted to the token or not.

EventStreamsEnvironmentTokenCreateInput.expirationTime ● DateTime scalar partner-portal

Timestamp by when a token would expire. 365 days from when request processed if not specified.

EventStreamsEnvironmentTokenCreateInput.description ● String scalar miscellaneous

The description associated with a token

Member Of

eventStreamsTokenCreate mutation

On this Page