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

    Class SeamHttpAccessGrantsUnmanaged

    Index

    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; user_identity_id?: string }
        • Optionalacs_entrance_id?: string

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

        • Optionalacs_system_id?: string

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

        • Optionaluser_identity_id?: string

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

      • options: AccessGrantsUnmanagedListOptions = {}

      Returns AccessGrantsUnmanagedListRequest

    • Parameters

      • Optionalparameters: { access_grant_id: string; access_grant_key?: string; is_managed: true }
        • access_grant_id: string

          ID of the unmanaged Access Grant to update.

        • Optionalaccess_grant_key?: string

          Unique key for the access grant. If not provided, the existing key will be preserved.

        • is_managed: true

          Must be set to true to convert the unmanaged access grant to managed.

      • options: AccessGrantsUnmanagedUpdateOptions = {}

      Returns AccessGrantsUnmanagedUpdateRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>