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

    Type Alias AcsCredentialsUnassignParameters

    type AcsCredentialsUnassignParameters = {
        acs_credential_id: string;
        acs_user_id?: string;
        user_identity_id?: string;
    }
    Index
    acs_credential_id: string

    ID of the credential that you want to unassign from an access system user.

    acs_user_id?: string

    ID of the access system user from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.

    user_identity_id?: string

    ID of the user identity from which you want to unassign a credential. You can only provide one of acs_user_id or user_identity_id.