@seamapi/http - v1.121.0
    Preparing search index...

    Type Alias AcsSystemResource

    type AcsSystemResource = {
        acs_access_group_count?: number;
        acs_system_id: string;
        acs_user_count?: number;
        connected_account_id: string;
        connected_account_ids: string[];
        created_at: string;
        default_credential_manager_acs_system_id?: string | null;
        errors: (
            | {
                created_at: string;
                error_code: "seam_bridge_disconnected";
                message: string;
            }
            | {
                created_at: string;
                error_code: "bridge_disconnected";
                is_bridge_error?: boolean;
                message: string;
            }
            | {
                created_at: string;
                error_code: "visionline_instance_unreachable";
                message: string;
            }
            | {
                created_at: string;
                error_code: "salto_ks_subscription_limit_exceeded";
                message: string;
            }
            | {
                created_at: string;
                error_code: "acs_system_disconnected";
                message: string;
            }
            | {
                created_at: string;
                error_code: "account_disconnected";
                message: string;
            }
            | {
                created_at: string;
                error_code: "salto_ks_certification_expired";
                message: string;
            }
            | {
                created_at: string;
                error_code: "provider_service_unavailable";
                message: string;
            }
        )[];
        external_type?: | "pti_site"
        | "avigilon_alta_org"
        | "salto_ks_site"
        | "salto_space_system"
        | "brivo_account"
        | "hid_credential_manager_organization"
        | "visionline_system"
        | "assa_abloy_credential_service"
        | "latch_building"
        | "dormakaba_community_site"
        | "dormakaba_ambiance_site"
        | "legic_connect_credential_service"
        | "assa_abloy_vostio"
        | "assa_abloy_vostio_credential_service"
        | "hotek_site"
        | "kisi_organization";
        external_type_display_name?: string;
        image_alt_text: string;
        image_url: string;
        is_credential_manager: boolean;
        location: { time_zone: string
        | null };
        name: string;
        system_type?:
            | "pti_site"
            | "avigilon_alta_org"
            | "salto_ks_site"
            | "salto_space_system"
            | "brivo_account"
            | "hid_credential_manager_organization"
            | "visionline_system"
            | "assa_abloy_credential_service"
            | "latch_building"
            | "dormakaba_community_site"
            | "dormakaba_ambiance_site"
            | "legic_connect_credential_service"
            | "assa_abloy_vostio"
            | "assa_abloy_vostio_credential_service"
            | "hotek_site"
            | "kisi_organization";
        system_type_display_name?: string;
        visionline_metadata?: {
            lan_address?: string;
            mobile_access_uuid?: string;
            system_id?: string;
        };
        warnings: (
            | {
                created_at: string;
                message: string;
                warning_code: "salto_ks_subscription_limit_almost_reached";
            }
            | {
                created_at: string;
                message: string;
                misconfigured_acs_entrance_ids?: string[];
                warning_code: "time_zone_does_not_match_location";
            }
            | { created_at: string; message: string; warning_code: "setup_required" }
        )[];
        workspace_id: string;
    }
    Index

    Properties

    acs_access_group_count?: number
    acs_system_id: string
    acs_user_count?: number
    connected_account_id: string
    connected_account_ids: string[]
    created_at: string
    default_credential_manager_acs_system_id?: string | null
    errors: (
        | {
            created_at: string;
            error_code: "seam_bridge_disconnected";
            message: string;
        }
        | {
            created_at: string;
            error_code: "bridge_disconnected";
            is_bridge_error?: boolean;
            message: string;
        }
        | {
            created_at: string;
            error_code: "visionline_instance_unreachable";
            message: string;
        }
        | {
            created_at: string;
            error_code: "salto_ks_subscription_limit_exceeded";
            message: string;
        }
        | {
            created_at: string;
            error_code: "acs_system_disconnected";
            message: string;
        }
        | {
            created_at: string;
            error_code: "account_disconnected";
            message: string;
        }
        | {
            created_at: string;
            error_code: "salto_ks_certification_expired";
            message: string;
        }
        | {
            created_at: string;
            error_code: "provider_service_unavailable";
            message: string;
        }
    )[]
    external_type?:
        | "pti_site"
        | "avigilon_alta_org"
        | "salto_ks_site"
        | "salto_space_system"
        | "brivo_account"
        | "hid_credential_manager_organization"
        | "visionline_system"
        | "assa_abloy_credential_service"
        | "latch_building"
        | "dormakaba_community_site"
        | "dormakaba_ambiance_site"
        | "legic_connect_credential_service"
        | "assa_abloy_vostio"
        | "assa_abloy_vostio_credential_service"
        | "hotek_site"
        | "kisi_organization"
    external_type_display_name?: string
    image_alt_text: string
    image_url: string
    is_credential_manager: boolean
    location: { time_zone: string | null }
    name: string
    system_type?:
        | "pti_site"
        | "avigilon_alta_org"
        | "salto_ks_site"
        | "salto_space_system"
        | "brivo_account"
        | "hid_credential_manager_organization"
        | "visionline_system"
        | "assa_abloy_credential_service"
        | "latch_building"
        | "dormakaba_community_site"
        | "dormakaba_ambiance_site"
        | "legic_connect_credential_service"
        | "assa_abloy_vostio"
        | "assa_abloy_vostio_credential_service"
        | "hotek_site"
        | "kisi_organization"
    system_type_display_name?: string
    visionline_metadata?: {
        lan_address?: string;
        mobile_access_uuid?: string;
        system_id?: string;
    }
    warnings: (
        | {
            created_at: string;
            message: string;
            warning_code: "salto_ks_subscription_limit_almost_reached";
        }
        | {
            created_at: string;
            message: string;
            misconfigured_acs_entrance_ids?: string[];
            warning_code: "time_zone_does_not_match_location";
        }
        | { created_at: string; message: string; warning_code: "setup_required" }
    )[]
    workspace_id: string