Skip to main content

App

Represents a App, which are machine users that perform a small context, unified set of tasks

type App {
appClientIds: [ID!]!
appId: ID!
appType: AppType!
createdAt: String!
description: String
name: String!
partner: Partner
partnerId: ID!
requestedScopes: [String]
status: AppStatus!
updatedAt: String!
updatedBy: ID!
}

Fields​

App.appClientIds ● [ID!]! non-null scalar​

App.appId ● ID! non-null scalar​

App.appType ● AppType! non-null enum​

App.createdAt ● String! non-null scalar​

App.description ● String scalar​

Short description of the app Limited to 8000 characters

App.name ● String! non-null scalar​

The name of the app Limited to 128 characters

App.partner ● Partner object​

Get the partner this app belongs to.

Requires the partner/read scope on the associated AdminIdentity.

App.partnerId ● ID! non-null scalar​

App.requestedScopes ● [String] list scalar​

App.status ● AppStatus! non-null enum​

App.updatedAt ● String! non-null scalar​

App.updatedBy ● ID! non-null scalar​

Returned by​

app query ● updateApp mutation

Member of​

AppConnection object ● AppCreateResponse object ● AppEdge object ● Partner object