AccessPackage
An access package that can be assigned upon presentation of a verifiable credential.
type AccessPackage {
credentialTypes: [String!]!
description: String!
displayName: String!
id: ID!
identityStoreId: ID!
identityStoreName: String!
policyDisplayDescription: String
policyDisplayName: String!
}
Fields
AccessPackage.credentialTypes ● [String!]! non-null scalar
The credential types required to be presented for this access package.
AccessPackage.description ● String! non-null scalar
The description of the access package assignment policy.
AccessPackage.displayName ● String! non-null scalar
The display name of the access package assignment policy.
AccessPackage.id ● ID! non-null scalar
The unique identifier for the access package.
AccessPackage.identityStoreId ● ID! non-null scalar
The ID of the identity store that contains this access package.
AccessPackage.identityStoreName ● String! non-null scalar
The name of the identity store that contains this access package.
AccessPackage.policyDisplayDescription ● String scalar
The description of the access package assignment policy (policy).
AccessPackage.policyDisplayName ● String! non-null scalar
The display name of the access package assignment policy (policy).
Returned By
accessPackages query