Class SeamHttpAcsCredentialPools

Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>

Methods

  • Parameters

    • Optionalbody: {
          acs_system_id: string;
      }
      • acs_system_id: string

    Returns SeamHttpRequest<SetNonNullable<Required<{
        acs_credential_pools: {
            acs_credential_pool_id: string;
            acs_system_id: string;
            created_at: string;
            display_name: string;
            external_type: "hid_part_number";
            external_type_display_name: string;
            workspace_id: string;
        }[];
    }>, "acs_credential_pools">, "acs_credential_pools">

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>