SelfServiceAction
Represents an available self-service action that a user or identity can perform.
type SelfServiceAction {
description: String
enabled: Boolean!
id: ID!
identityStore: IdentityStore
title: String!
unavailableReason: String
}
Fields
SelfServiceAction.description ● String scalar
A detailed description of what the action does.
SelfServiceAction.enabled ● Boolean! non-null scalar
Indicates whether the action is currently enabled and available to the user.
SelfServiceAction.id ● ID! non-null scalar
The unique identifier of the self-service action.
SelfServiceAction.identityStore ● IdentityStore object
The identity store associated with this action.
SelfServiceAction.title ● String! non-null scalar
The display title of the action.
SelfServiceAction.unavailableReason ● String scalar
If the action is not enabled, provides a reason why it is unavailable.
Member Of
Identity object