MonoCloud Management SDK
    Preparing search index...

    Banned SVID Response: Represents a SVID that has been explicitly banned within a trust store.

    BannedSvid

    interface BannedSvid {
        creation_time: number;
        id: string;
        reason?: string | null;
        value: string;
    }
    Index

    Properties

    creation_time: number

    Specifies the time at which the SVID was banned (in Epoch).

    BannedSvid

    id: string

    The unique identifier of the banned SVID entry.

    BannedSvid

    reason?: string | null

    The reason explaining why the SVID was banned.

    BannedSvid

    value: string

    The identifier value used for banning.

    BannedSvid