OBJECT
TenantUser
Represents a user in EchoStream that is authorized within a Tenant.
link GraphQL Schema definition
- type TenantUser {
- # When the user became active.
- AWSDateTime :
- # When and who created.
- AtBy! :
- # The email.
- AWSEmail! :
- # The first name.
- String :
- # A set of layouts of the Tenant. Only ushoudl be used by the
- # EchoStream Application UI.
- GraphLayout!] : [
- # When and who this user was invited to the Tenant.
- AtBy! :
- # When and who modified.
- AtBy! :
- # The last name.
- String :
- # The role.
- UserRole! :
- # The status.
- UserStatus! :
- # The Tenant.
- Tenant! :
- # Deletes this.
- Boolean! :
- # Deletes a graph layout.
- #
- # Arguments
- # name: The name of the layout.
- String!): Boolean! ( :
- # Lists the changes.
- #
- # Arguments
- # endDateTime: The end date/time (inclusive) to list changes for
- # in ISO8601 format. Defaults to now.
- # exclusiveStartKey: The lastEvaluatedKey from a previous
- # ChangeResult. Used when paginating.
- # limit: Used for limiting the number of results when paginating.
- # Defaults to "all".
- # sortAscending: True for ascending results, False for descending
- # result. Defaults to True.
- # startDateTime: The start date/time (inclusive) to list changes
- # for in ISO8601 format. Defaults to the beginning of time.
- (
- AWSDateTime, :
- AWSJSON, :
- Int, :
- Boolean, :
- AWSDateTime :
- ): ChangeResult!
- # Saves and returns a graph layout.
- #
- # Arguments
- # name: The name of the layout.
- # layout: The layout.
- String!, : AWSJSON!): GraphLayout! ( :
- # Updates and returns the TenantUser.
- #
- # Arguments
- # role: The role. Null is ignored.
- # status: The status. Null is ignored.
- UserRole, : UserStatus): TenantUser! ( :
- }
link Require by
- LoginUserRepresents a User in EchoStream that can log into the EchoStream UI.
- QueryRoot Query
- TenantTenants contain a network of Nodes. They are constrained to a single AWS region and allow for secure processing of messages within the Network.
- TenantUserRepresents a user in EchoStream that is authorized within a Tenant.
- TenantUserResultA (possibly) paginated result set.