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 {#id}
Unique identifier associated with a token
EventStreamsEnvironmentTokenUpdateInput.name ● String scalar miscellaneous {#name}
The name to be associated with the token. This needs to be unique within the environment.
EventStreamsEnvironmentTokenUpdateInput.allowConsume ● Boolean scalar miscellaneous {#allow-consume}
Determines if consume action permission is to granted to the token or not.
EventStreamsEnvironmentTokenUpdateInput.allowProduce ● Boolean scalar miscellaneous {#allow-produce}
Determines if produce action permission is to granted to the token or not.
EventStreamsEnvironmentTokenUpdateInput.expirationTime ● DateTime scalar platform {#expiration-time}
Timestamp by when a token would expire. 365 days from when request processed if not specified.
EventStreamsEnvironmentTokenUpdateInput.description ● String scalar miscellaneous {#description}
The description associated with a token
Member Of
eventStreamsTokenUpdate mutation