IdentityAttributeDistribution
No description
type IdentityAttributeDistribution {
buckets: [IdentityAttributeDistributionBucket!]
capped: Boolean!
total: Int
unmatched: Int
}
No description
type IdentityAttributeDistribution {
buckets: [IdentityAttributeDistributionBucket!]
capped: Boolean!
total: Int
unmatched: Int
}
IdentityAttributeDistribution.buckets ● [IdentityAttributeDistributionBucket!] list objectIdentityAttributeDistribution.capped ● Boolean! non-null scalarIdentityAttributeDistribution.total ● Int scalarIdentityAttributeDistribution.unmatched ● Int scalar