MyAccessInheritedGrant
Read-only effective access inherited through membership, with the holder path and structural coverage.
type MyAccessInheritedGrant {
context: JSONObject!
context_displays: JSONObject!
coverage: MyAccessCoverage!
kind: String!
knownness: String!
membershipPathEdgeIds: [ID!]!
path_names: [String!]!
qualifier_displays: JSONObject!
qualifiers: JSONObject!
target_entity_types: [String!]!
target_name: String!
via: String!
}
Fields
MyAccessInheritedGrant.context ● JSONObject! non-null scalar
Read-only namespaced membership scope, separate from native Grant qualifiers. Omitted input means unscoped {}.
MyAccessInheritedGrant.context_displays ● JSONObject! non-null scalar
MyAccessInheritedGrant.coverage ● MyAccessCoverage! non-null object
MyAccessInheritedGrant.kind ● String! non-null scalar
MyAccessInheritedGrant.knownness ● String! non-null scalar
MyAccessInheritedGrant.membershipPathEdgeIds ● [ID!]! non-null scalar
MyAccessInheritedGrant.path_names ● [String!]! non-null scalar
MyAccessInheritedGrant.qualifier_displays ● JSONObject! non-null scalar
MyAccessInheritedGrant.qualifiers ● JSONObject! non-null scalar
MyAccessInheritedGrant.target_entity_types ● [String!]! non-null scalar
MyAccessInheritedGrant.target_name ● String! non-null scalar
MyAccessInheritedGrant.via ● String! non-null scalar
Member Of
MyAccessAssignment object