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

    Type Alias AccessGrantsUnmanagedListParameters

    type AccessGrantsUnmanagedListParameters = {
        acs_entrance_id?: string;
        acs_system_id?: string;
        limit?: number;
        page_cursor?: string;
        reservation_key?: string;
        user_identity_id?: string;
    }
    Index
    acs_entrance_id?: string

    ID of the entrance by which you want to filter the list of unmanaged Access Grants.

    acs_system_id?: string

    ID of the access system by which you want to filter the list of unmanaged Access Grants.

    limit?: number

    Numerical limit on the number of unmanaged access grants to return.

    page_cursor?: string

    Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

    reservation_key?: string

    Filter unmanaged Access Grants by reservation_key.

    user_identity_id?: string

    ID of user identity by which you want to filter the list of unmanaged Access Grants.