You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The credential-types/ directory was renamed to
configuring-visionline-mobile-credentials/.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/common-use-cases.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ When integrating with the Visionline system, ASSA ABLOY requires handling a set
10
10
11
11
## Issue Guest Mobile Credentials
12
12
13
-
*[Issue a credential for a single guest in a single room.](credential-types/issuing-various-types-of-guest-mobile-credentials.md#single-guest-in-a-single-room)
14
-
*[Issue a credential for a returning guest to a single room.](credential-types/issuing-various-types-of-guest-mobile-credentials.md#returning-guest-to-a-single-room)
15
-
*[Issue credentials for multiple guests in multiple rooms.](credential-types/issuing-various-types-of-guest-mobile-credentials.md#multiple-guests-in-multiple-rooms)
13
+
*[Issue a credential for a single guest in a single room.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-mobile-credentials.md#single-guest-in-a-single-room)
14
+
*[Issue a credential for a returning guest to a single room.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-mobile-credentials.md#returning-guest-to-a-single-room)
15
+
*[Issue credentials for multiple guests in multiple rooms.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-mobile-credentials.md#multiple-guests-in-multiple-rooms)
16
16
17
17
```python
18
18
acs_user = seam.acs.user.get(acs_user_id="xxx")
@@ -101,8 +101,8 @@ seam.acs.credentials.create(
101
101
102
102
## Issue Joiner Mobile Credentials
103
103
104
-
*[Join to a Seam mobile credential.](credential-types/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-seam-mobile-credential)
105
-
*[Join to a plastic card.](credential-types/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-plastic-card)
104
+
*[Join to a Seam mobile credential.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-seam-mobile-credential)
105
+
*[Join to a plastic card.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-plastic-card)
Copy file name to clipboardExpand all lines: docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/configuring-visionline-mobile-credentials/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Reservations may involve multiple parties. In these situations, hotels often nee
56
56
To issue the first guest credential for a reservation, create an override credential. This credential type invalidates any existing guest access to the target entrances. When creating an override credential, set `visionline_metadata.override` to `true`.
57
57
58
58
{% hint style="info" %}
59
-
You can also [verify whether a user identity has a phone that is set up for a credential manager](../credential-types/checking-if-a-user-identity-has-a-phone-that-is-set-up-for-a-credential-manager.md) and, consequently, is ready to accept an override guest credential.
59
+
You can also [verify whether a user identity has a phone that is set up for a credential manager](../configuring-visionline-mobile-credentials/checking-if-a-user-identity-has-a-phone-that-is-set-up-for-a-credential-manager.md) and, consequently, is ready to accept an override guest credential.
60
60
{% endhint %}
61
61
62
62
{% tabs %}
@@ -122,7 +122,7 @@ To issue a joiner credential, you must specify both the entrances to which to gr
122
122
*`allowed_acs_entrance_ids`
123
123
*`visionline_metadata.joiner_acs_credential_ids`
124
124
125
-
For instructions on how to retrieve credentials that have overlapping access, see [Issuing Various Types of Guest Joiner Mobile Credentials](../credential-types/issuing-various-types-of-guest-joiner-mobile-credentials.md).
125
+
For instructions on how to retrieve credentials that have overlapping access, see [Issuing Various Types of Guest Joiner Mobile Credentials](../configuring-visionline-mobile-credentials/issuing-various-types-of-guest-joiner-mobile-credentials.md).
Copy file name to clipboardExpand all lines: docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/creating-visionline-card-based-credentials.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To create a credential to encode onto a plastic key card for a Visionline ACS:
12
12
* To issue the first credential for a reservation—that is, an "override" credential—make sure to set `visionline_metadata.override` to `true`.
13
13
* To issue subsequent credentials for a reservation, set the `visionline_metadata.joiner_acs_credential_ids`.
14
14
15
-
For more information about Visionline credential types, see [Credential Types for Visionline](credential-types/#credential-types-for-visionline) and [Guest Mobile Credential Types](credential-types/#guest-mobile-credential-types).
15
+
For more information about Visionline credential types, see [Credential Types for Visionline](configuring-visionline-mobile-credentials/#credential-types-for-visionline) and [Guest Mobile Credential Types](configuring-visionline-mobile-credentials/#guest-mobile-credential-types).
16
16
3. Encode the credential onto a plastic card.
17
17
1. Use the `/acs/encoders/list` endpoint to retrieve a list of available encoders. Then, choose the encoder that you want to use to write the credential to the card.\
18
18
See [Retrieve Encoders](../../capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials.md#id-2.-retrieve-encoders).
Copy file name to clipboardExpand all lines: docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/mobile-credential-related-properties.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ When issuing a guest mobile credential, you can use the following relevant prope
10
10
11
11
## `acs_credential` Properties
12
12
13
-
These properties are applicable to [guest](credential-types/#issuing-guest-mobile-credentials) credentials for the Visionline ACS.
13
+
These properties are applicable to [guest](configuring-visionline-mobile-credentials/#issuing-guest-mobile-credentials) credentials for the Visionline ACS.
14
14
15
15
<table><thead><tr><th width="260">Property</th><th width="116">Type</th><th width="290">Description</th></tr></thead><tbody><tr><td><code>is_multi_phone_sync_credential</code></td><td>Boolean<br><em>Optional</em></td><td>Indicates whether the credential is a <a href="../../capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system.md#what-are-multi-phone-sync-credentials">multi-phone sync credential</a>.<br>When creating a Seam mobile key for a Visionline ACS, you must set this property to <code>true</code>.</td></tr><tr><td><code>allowed_acs_entrance_ids</code></td><td>Array of strings <em>Optional</em></td><td>List of ACS entrance IDs to which you want to grant the specified ACS user access. </td></tr><tr><td><code>starts_at</code></td><td><a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format<br><em>Optional</em></td><td>Starting timestamp for credential activation.</td></tr><tr><td><code>ends_at</code></td><td><a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format<br><em>Optional</em></td><td>Ending timestamp for credential expiration.</td></tr></tbody></table>
0 commit comments