Credentials
Means by which a user gains access at an entrance
The acs_credential
object represents a credential that enables an ACS user to access one or more entrances 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.
acs_credential
Properties
acs_credential
PropertiesThe acs_credential
object has the following properties:
Property | Type | Description |
---|---|---|
| String (UUID) Required | ID of the credential |
| String (UUID) Optional | ID of the user to whom the credential belongs |
| String (UUID) Required | ID of the access control system that contains the credential |
| String (UUID) Optional | ID of the parent credential |
| String Optional | Display name that corresponds to the credential type |
| String Optional | Access (PIN) code for the credential |
| Enum (string) Required | Access method for the credential. Supported values: |
| Enum (string) Optional | Brand-specific terminology for the credential type
Supported values: |
| String Optional | Display name that corresponds to the brand-specific terminology for the credential type |
| String Required | Date and time at which the credential was created |
| String (UUID) Required | ID of the workspace that contains the credential |
| String (datetime) Optional | Date and time at which the credential validity starts, in ISO 8601 format |
| String (datetime) Optional | Date and time at which the credential validity ends, in ISO 8601 format
Must be a time in the future and after |
| Boolean Optional | Indicates whether the credential is a multi-phone sync credential |
| Object Optional | ACS manufacturer-specific metadata for the credential, where |
acs_credential
Methods
acs_credential
MethodsYou can perform the following actions on acs_credential
objects:
Last updated