Credentials
acs_credential
acs_credential
Means by which a user gains access at an entrance. The acs_credential
object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.
Properties
access_method
access_method
Format: Enum
Access method for the credential. Supported values: code
, card
, mobile_key
.
Possible enum values:
code
card
mobile_key
acs_credential_id
acs_credential_id
Format: ID
ID of the credential.
acs_credential_pool_id
acs_credential_pool_id
Format: ID
acs_system_id
acs_system_id
Format: ID
ID of the access control system that contains the credential.
acs_user_id
acs_user_id
Format: ID
ID of the ACS user to whom the credential belongs.
card_number
card_number
Format: String
code
code
Format: String
Access (PIN) code for the credential.
created_at
created_at
Format: Datetime
Date and time at which the credential was created.
display_name
display_name
Format: String
Display name that corresponds to the credential type.
ends_at
ends_at
Format: String
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
errors
Format: List
external_type
external_type
Format: Enum
Brand-specific terminology for the credential type. Supported values: pti_card
, brivo_credential
, hid_credential
, visionline_card
.
Possible enum values:
pti_card
brivo_credential
hid_credential
visionline_card
salto_ks_credential
external_type_display_name
external_type_display_name
Format: String
Display name that corresponds to the brand-specific terminology for the credential type.
is_issued
is_issued
Format: Boolean
is_latest_desired_state_synced_with_provider
is_latest_desired_state_synced_with_provider
Format: Boolean
Indicates whether the latest state of the credential has been synced from Seam to the provider.
is_managed
is_managed
Format: Boolean
is_multi_phone_sync_credential
is_multi_phone_sync_credential
Format: Boolean
Indicates whether the credential is a multi-phone sync credential.
issued_at
issued_at
Format: Datetime
latest_desired_state_synced_with_provider_at
latest_desired_state_synced_with_provider_at
Format: Datetime
Date and time at which the state of the credential was most recently synced from Seam to the provider.
parent_acs_credential_id
parent_acs_credential_id
Format: ID
ID of the parent credential.
starts_at
starts_at
Format: String
Date and time at which the credential validity starts, in ISO 8601 format.
visionline_metadata
visionline_metadata
Format: Object
Visionline-specific metadata for the credential.
warnings
warnings
Format: List
workspace_id
workspace_id
Format: ID
ID of the workspace that contains the credential.
Endpoints
Assigns a specified credential to a specified ACS user.
Creates a new credential for a specified ACS user.
Deletes a specified credential.
Returns a specified credential.
Returns a list of all credentials.
Returns a list of all entrances to which a credential grants access.
Unassigns a specified credential from a specified ACS user.
Updates the code and ends at date and time for a specified credential.
Last updated