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

    Class SeamHttpAcsEncoders

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Accessors

    Methods

    • Parameters

      • Optionalparameters: {
            access_method_id?: string;
            acs_credential_id?: string;
            acs_encoder_id: string;
        }
        • Optionalaccess_method_id?: string

          ID of the access_method to encode onto a card.

        • Optionalacs_credential_id?: string

          ID of the acs_credential to encode onto a card.

        • acs_encoder_id: string

          ID of the acs_encoder to use to encode the acs_credential.

      • options: AcsEncodersEncodeCredentialOptions = {}

      Returns AcsEncodersEncodeCredentialRequest

    • Parameters

      • Optionalparameters: { acs_encoder_id: string; salto_ks_metadata?: { detect_new_tags?: boolean } }
        • acs_encoder_id: string

          ID of the encoder to use for the scan.

        • Optionalsalto_ks_metadata?: { detect_new_tags?: boolean }

          Salto KS-specific metadata for the scan action.

          • Optionaldetect_new_tags?: boolean

            When true, activates tag registration mode on the encoder to detect new, unregistered tags. When false, only detects existing tags already registered in the system. Defaults to false.

      • options: AcsEncodersScanCredentialOptions = {}

      Returns AcsEncodersScanCredentialRequest

    • Parameters

      • Optionalparameters: {
            acs_encoder_id: string;
            acs_user_id?: string;
            salto_ks_metadata?: { detect_new_tags?: boolean };
            user_identity_id?: string;
        }
        • acs_encoder_id: string

          ID of the acs_encoder to use to scan the credential.

        • Optionalacs_user_id?: string

          ID of the acs_user to assign the scanned credential to.

        • Optionalsalto_ks_metadata?: { detect_new_tags?: boolean }

          Salto KS-specific metadata for the scan action.

          • Optionaldetect_new_tags?: boolean

            When true, activates tag registration mode on the encoder to detect new, unregistered tags. When false, only detects existing tags already registered in the system. Defaults to false.

        • Optionaluser_identity_id?: string

          ID of the user_identity to assign the scanned credential to. If the ACS system contains an ACS user linked to this user identity, it is used. Otherwise, one is created.

      • options: AcsEncodersScanToAssignCredentialOptions = {}

      Returns AcsEncodersScanToAssignCredentialRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>