DesLifeCycleStateTransitionController
Information about the life cycle state transition controllers.
type DesLifeCycleStateTransitionController {
group: DesUserGroup
name: String!
scope: DesPermissionScope!
user: DesUser
}
Fields
DesLifeCycleStateTransitionController.group ● DesUserGroup object
The group this life cycle state transition controller is assigned to. It is null unless the scope is set to GROUP.
DesLifeCycleStateTransitionController.name ● String! non-null scalar
The name of this life cycle state transition controller.
DesLifeCycleStateTransitionController.scope ● DesPermissionScope! non-null enum
The scope of this life cycle state transition controller.
DesLifeCycleStateTransitionController.user ● DesUser object
The user this life cycle state transition controller is assigned to. It is null unless the scope is set to USER.