Credentials
Last updated
Was this helpful?
Last updated
Was this helpful?
Means by which an gains access at an . The acs_credential
object represents a that provides an ACS user access within an .
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.
access_method
Enum
acs_credential_id
UUID
acs_credential_pool_id
UUID
acs_system_id
UUID
acs_user_id
UUID
assa_abloy_vostio_metadata
Object
card_number
String
code
String
created_at
Datetime
display_name
String
ends_at
String
errors
List of Objects
external_type
Enum
external_type_display_name
String
is_issued
Boolean
is_latest_desired_state_synced_with_provider
Boolean
is_managed
Boolean
is_multi_phone_sync_credential
Boolean
is_one_time_use
Boolean
issued_at
Datetime
latest_desired_state_synced_with_provider_at
Datetime
parent_acs_credential_id
UUID
starts_at
String
visionline_metadata
Object
The specific structure of each object in this list depends on the value of its warning_code
field.
Variants:
workspace_id
UUID
waiting_to_be_issued
schedule_externally_modified
schedule_modified
being_deleted
unknown_issue_with_acs_credential
needs_to_be_reissued
acs_credential.deleted
acs_credential.issued
acs_credential.reissued
acs_credential.invalidated
Access method for the . Supported values: code
, card
, mobile_key
.
ID of the .
ID of the that contains the .
ID of the to whom the belongs.
Vostio-specific metadata for the .
Number of the card associated with the .
Access (PIN) code for the .
Date and time at which the was created.
Display name that corresponds to the type.
Date and time at which the validity ends, in format. Must be a time in the future and after starts_at
.
Errors associated with the .
Brand-specific terminology for the type. Supported values: pti_card
, brivo_credential
, hid_credential
, visionline_card
.
Display name that corresponds to the brand-specific terminology for the type.
Indicates whether the has been encoded onto a card.
Indicates whether the latest state of the has been synced from Seam to the provider.
Indicates whether the is a .
Indicates whether the can only be used once. If true
, the code becomes invalid after the first use.
Date and time at which the was encoded onto a card.
Date and time at which the state of the was most recently synced from Seam to the provider.
ID of the parent .
Date and time at which the validity starts, in format.
Visionline-specific metadata for the .
List of Objects
Warnings associated with the .
Indicates that the is waiting to be issued.
Indicates that the schedule of one of the 's children was modified externally.
Indicates that the schedule of the was modified to avoid creating a credential with a start date in the past.
Indicates that the is being deleted.
An unknown issue occurred while syncing the state of the with the provider. This issue may affect the proper functioning of the credential.
Access permissions for the have changed. (re-encode) the credential. This issue may affect the proper functioning of the credential.
ID of the that contains the .
Indicates that the is waiting to be issued.
Indicates that the schedule of one of the 's children was modified externally.
Indicates that the schedule of the was modified to avoid creating a credential with a start date in the past.
Indicates that the is being deleted.
An unknown issue occurred while syncing the state of the with the provider. This issue may affect the proper functioning of the credential.
Access permissions for the have changed. (re-encode) the credential. This issue may affect the proper functioning of the credential.
An was deleted.
ID of the .
ID of the .
ID of the .
An was issued.
ID of the .
ID of the .
ID of the .
An was reissued.
ID of the .
ID of the .
ID of the .
An was invalidated. That is, the credential cannot be used anymore.
ID of the .
ID of the .
ID of the .
Assigns a specified to a specified .
Creates a new for a specified .
Deletes a specified .
Returns a specified .
Returns a list of all .
Returns a list of all to which a grants access.
Unassigns a specified from a specified .
Updates the code and ends at date and time for a specified .