IdentityInvolvementManagement
No description
type IdentityInvolvementManagement {
direct_reports: Int!
indirect_reports: Int!
}
Fields
IdentityInvolvementManagement.direct_reports ● Int! non-null scalar
Direct reports (identities with manager_id = this identity's id).
IdentityInvolvementManagement.indirect_reports ● Int! non-null scalar
Indirect reports (reports of reports, etc.). Note: Currently always returns 0 - recursive computation not yet implemented.
Member Of
IdentityInvolvement object