MonoCloud Management SDK
    Preparing search index...

    Interface BanTrustStoreSvidRequest

    Ban Trust Store SVID Request: Defines a SPIFFE SVID that is blocked from authentication within a trust store.

    BanTrustStoreSvidRequest

    interface BanTrustStoreSvidRequest {
        reason?: string | null;
        value: string;
    }
    Index

    Properties

    Properties

    reason?: string | null

    The reason explaining why the SVID was banned.

    BanTrustStoreSvidRequest

    value: string

    The identifier value used for banning.

    BanTrustStoreSvidRequest