The acs_credential Object
Means by which an access control system user gains access at an entrance. Theacs_credential object represents a credential that provides an ACS user access within an access control system.
An access control system generally uses digital means of access to authorize a user trying to get through a specific entrance. Examples of credentials include plastic key cards, mobile keys, biometric identifiers, and PIN codes. The electronic nature of these credentials, as well as the fact that access is centralized, enables both the rapid provisioning and rescinding of access and the ability to compile access audit logs.
For each acs_credential, you define the access method. You can also specify additional properties, such as a PIN code, depending on the credential type.
Properties
Access method for the credential. Supported values:
code, card, mobile_key, cloud_key.ID of the credential.
The acs credential pool id.
ID of the access control system that contains the credential.
ID of the ACS user to whom the credential belongs.
Vostio-specific metadata for the credential.
Number of the card associated with the credential.
Access (PIN) code for the credential.
ID of the connected account to which the credential belongs.
Date and time at which the credential was created.
Display name that corresponds to the credential type.
Date and time at which the credential validity ends, in ISO 8601 format. Must be a time in the future and after
starts_at.Errors associated with the credential.
Brand-specific terminology for the credential type. Supported values:
pti_card, brivo_credential, hid_credential, visionline_card.Display name that corresponds to the brand-specific terminology for the credential type.
Indicates whether the credential has been encoded onto a card.
Indicates whether the latest state of the credential has been synced from Seam to the provider.
The is managed.
Indicates whether the credential is a multi-phone sync credential.
Indicates whether the credential can only be used once. If
true, the code becomes invalid after the first use.Date and time at which the credential was encoded onto a card.
Date and time at which the state of the credential was most recently synced from Seam to the provider.
ID of the parent credential.
Date and time at which the credential validity starts, in ISO 8601 format.
ID of the user identity to whom the credential belongs.
Visionline-specific metadata for the credential.
Warnings associated with the credential.
ID of the workspace that contains the credential.

