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

    Type Alias AccessGrantsUnmanagedUpdateParameters

    type AccessGrantsUnmanagedUpdateParameters = {
        access_grant_id: string;
        access_grant_key?: string;
        is_managed: boolean;
    }
    Index
    access_grant_id: string

    ID of the unmanaged Access Grant to update.

    access_grant_key?: string

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

    is_managed: boolean

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