Skip to main content

The access_method Object

Represents an access method for an Access Grant. Access methods describe the modes of access, such as PIN codes, plastic cards, and mobile keys. For a mobile key, the access method also stores the URL for the associated Instant Key.

Properties

String (UUID)
ID of the access method.
String
Token of the client session associated with the access method.
String
The actual PIN code for code access methods.
String (ISO 8601)
Date and time at which the access method was created.
String (UUID)
ID of the customization profile associated with the access method.
String
Display name of the access method.
String
URL of the Instant Key for mobile key access methods.
Boolean
Indicates whether an existing card credential must be assigned to this access method before it can be issued. Only applies to card-mode access methods on systems that support credential assignment.
Boolean
Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.
Boolean
Indicates whether the access method has been issued.
Boolean
Indicates whether the access method is ready for card assignment. This is true when the access method is in card mode, has not yet been issued, and the system supports credential assignment.
Boolean
Indicates whether the access method is ready to be encoded. This is true when the credential has been created and the card has not yet been issued.
String (ISO 8601)
Date and time at which the access method was issued.
Enum (String)
Access method mode. Supported values: code, card, mobile_key, cloud_key.
Array
Pending mutations for the access method. Indicates operations that are in progress.
Array
Warnings associated with the access method.
String (UUID)
ID of the Seam workspace associated with the access method.