Class SeamHttpUnstableAccessGrants

Constructors

Properties

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

Methods

  • Parameters

    • Optionalparameters: {
          acs_entrance_id?: string;
          acs_system_id?: string;
          location_id?: string;
          space_id?: string;
          user_identity_id?: string;
      }
      • Optionalacs_entrance_id?: string

        ID of the entrance by which you want to filter the list of access grants.

      • Optionalacs_system_id?: string

        ID of the access system by which you want to filter the list of access grants.

      • Optionallocation_id?: string

        Use space_id.

      • Optionalspace_id?: string

        ID of the space by which you want to filter the list of access grants.

      • Optionaluser_identity_id?: string

        ID of the user identity by which you want to filter the list of access grants.

    • options: UnstableAccessGrantsListOptions = {}

    Returns UnstableAccessGrantsListRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>