Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -35779,12 +35779,23 @@
"description": "A basic system.",
"resource_type": "acs_system",
"properties": {
"acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203"
"acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203",
"name": "Salto KS Credential Manager",
"workspace_id": "bbcea306-7201-4d85-b527-3abc55277203",
"created_at": "2025-05-15T13:18:14.664Z",
"is_credential_manager": true,
"connected_account_ids": ["bbcea306-7201-4d85-b527-3abc55277203"],
"connected_account_id": "bbcea306-7201-4d85-b527-3abc55277203",
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128",
"image_alt_text": "Salto KS site Logo",
"errors": [],
"warnings": [],
"location": { "time_zone": null }
},
"resource": {
"seam_cli": {
"title": "Seam CLI",
"resource_data": "{ \"acs_system_id\": \"bbcea306-7201-4d85-b527-3abc55277203\" }",
"resource_data": "{\n \"acs_system_id\": \"bbcea306-7201-4d85-b527-3abc55277203\",\n \"name\": \"Salto KS Credential Manager\",\n \"workspace_id\": \"bbcea306-7201-4d85-b527-3abc55277203\",\n \"created_at\": \"2025-05-15T13:18:14.664Z\",\n \"is_credential_manager\": true,\n \"connected_account_ids\": [\"bbcea306-7201-4d85-b527-3abc55277203\"],\n \"connected_account_id\": \"bbcea306-7201-4d85-b527-3abc55277203\",\n \"image_url\": \"https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128\",\n \"image_alt_text\": \"Salto KS site Logo\",\n \"errors\": [],\n \"warnings\": [],\n \"location\": { \"time_zone\": null }\n}",
"resource_data_syntax": "json"
}
}
Expand Down
15 changes: 14 additions & 1 deletion docs/api/acs/systems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,20 @@ For details about the resources associated with an access control system, see th
{% tabs %}
{% tab title="JSON" %}
```json
{ "acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203" }
{
"acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203",
"name": "Salto KS Credential Manager",
"workspace_id": "bbcea306-7201-4d85-b527-3abc55277203",
"created_at": "2025-05-15T13:18:14.664Z",
"is_credential_manager": true,
"connected_account_ids": ["bbcea306-7201-4d85-b527-3abc55277203"],
"connected_account_id": "bbcea306-7201-4d85-b527-3abc55277203",
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128",
"image_alt_text": "Salto KS site Logo",
"errors": [],
"warnings": [],
"location": { "time_zone": null }
}
```
{% endtab %}
{% endtabs %}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@metalsmith/metadata": "^0.3.0",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.41.0",
"@seamapi/blueprint": "^0.42.0",
"@seamapi/types": "1.395.1",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
13 changes: 13 additions & 0 deletions src/data/resource-sample-definitions/acs-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@
resource_type: acs_system
properties:
acs_system_id: 'bbcea306-7201-4d85-b527-3abc55277203'
name: 'Salto KS Credential Manager'
workspace_id: 'bbcea306-7201-4d85-b527-3abc55277203'
created_at: '2025-05-15T13:18:14.664Z'
is_credential_manager: true
connected_account_ids:
- 'bbcea306-7201-4d85-b527-3abc55277203'
connected_account_id: 'bbcea306-7201-4d85-b527-3abc55277203'
image_url: 'https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128'
image_alt_text: 'Salto KS site Logo'
errors: []
warnings: []
location:
time_zone: null
Loading