@coveo/headless
    Preparing search index...

    Interface SecurityIdentity

    interface SecurityIdentity {
        name: string;
        provider: string;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    The security identity name.

    provider: string

    The security identity provider.

    type: string

    The security identity type. Possible values are USER, GROUP, VIRTUAL_GROUP, or UNKNOWN.