OBJECT
RoleIqsSummary
A RoleIqsSummary is a summary view of roles for your organization.
link GraphQL Schema definition
- type RoleIqsSummary {
- # The id for the given role.
- String :
- # The name of the given role.
- String :
- # The id of the given plan
- String :
- # The entity that created the role (either Pluralsight, Partner, or an individual
- # Plan).
- String :
- # The number of users that have started the role.
- Int :
- # The number of users that have been assigned to the role.
- Int :
- # The date of the last activity of any user with the role.
- DateTime :
- # The number of users that have completed the role.
- Int :
- }
link Require by
- RoleIqsSummaryConnectionA type that describes the return type for the 'roleIqsSummary' query. 'RoleIqSummary' data can then be accessed via nodes or edges.
- RoleIqsSummaryEdgeA type that describes an edge in the 'RoleIqsSummaryConnection'. Essentially, a 'RoleIqsSummaryEdge' is a wrapper object for 'RoleIqsSummary'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'RoleIqsSummary' records after 'cursor'.