IdentityStoreCapabilities
Capability assessment for an identity store (typically Entra)
type IdentityStoreCapabilities {
accessPackages: Boolean!
id: ID!
tapPolicyInsight: Boolean!
tapWrite: Boolean!
userLookup: Boolean!
}
Fields
IdentityStoreCapabilities.accessPackages ● Boolean! non-null scalar
Whether the configured Graph client can read access packages
IdentityStoreCapabilities.id ● ID! non-null scalar
The ID of the identity store these capabilities belong to
IdentityStoreCapabilities.tapPolicyInsight ● Boolean! non-null scalar
Whether the configured Graph client can read authentication method policies (TAP policy insight)
IdentityStoreCapabilities.tapWrite ● Boolean! non-null scalar
Whether the configured Graph client can write/manage TAPs
IdentityStoreCapabilities.userLookup ● Boolean! non-null scalar
Whether the configured Graph client can look up users (User.Read.All or Directory.Read.All)