@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias AcsEncodersScanCredentialParameters

    type AcsEncodersScanCredentialParameters = {
        acs_encoder_id: string;
        salto_ks_metadata?: { detect_new_tags?: boolean };
    }
    Index
    acs_encoder_id: string

    ID of the encoder to use for the scan.

    salto_ks_metadata?: { detect_new_tags?: boolean }

    Salto KS-specific metadata for the scan action.

    Type Declaration

    • 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.