EventStreamsEnvironmentTokenUpdateInput
No description
input EventStreamsEnvironmentTokenUpdateInput {
id: ID!
name: String
allowConsume: Boolean
allowProduce: Boolean
expirationTime: DateTime
description: String
}
Fields
EventStreamsEnvironmentTokenUpdateInput.id ● ID! non-null scalar miscellaneous
Unique identifier associated with a token
EventStreamsEnvironmentTokenUpdateInput.name ● String scalar miscellaneous
The name to be associated with the token. This needs to be unique within the environment.
EventStreamsEnvironmentTokenUpdateInput.allowConsume ● Boolean scalar miscellaneous
Determines if consume action permission is to granted to the token or not.
EventStreamsEnvironmentTokenUpdateInput.allowProduce ● Boolean scalar miscellaneous
Determines if produce action permission is to granted to the token or not.
EventStreamsEnvironmentTokenUpdateInput.expirationTime ● DateTime scalar partner-portal
Timestamp by when a token would expire. 365 days from when request processed if not specified.
EventStreamsEnvironmentTokenUpdateInput.description ● String scalar miscellaneous
The description associated with a token
Member Of
eventStreamsTokenUpdate mutation