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

    Type Alias AccessCodesUnmanagedConvertToManagedParameters

    type AccessCodesUnmanagedConvertToManagedParameters = {
        access_code_id: string;
        allow_external_modification?: boolean;
        force?: boolean;
        is_external_modification_allowed?: boolean;
    }
    Index
    access_code_id: string

    ID of the unmanaged access code that you want to convert to a managed access code.

    allow_external_modification?: boolean

    Indicates whether external modification of the access code is allowed.

    force?: boolean

    Indicates whether to force the access code conversion. To switch management of an access code from one Seam workspace to another, set force to true.

    is_external_modification_allowed?: boolean

    Indicates whether external modification of the access code is allowed.