MonoCloud Management SDK
    Preparing search index...

    Interface SpiffeTrustStoreSummary

    SPIFFE Trust Store Summary Response: A lightweight representation of a federated SPIFFE trust domain, returned in list operations.

    SpiffeTrustStoreSummary

    interface SpiffeTrustStoreSummary {
        banned_svids_count: number;
        creation_time: number;
        enabled: boolean;
        id: string;
        is_default: boolean;
        last_updated: number;
        name: string;
    }
    Index

    Properties

    banned_svids_count: number

    The total number of SVIDs explicitly marked as banned in the trust store.

    SpiffeTrustStoreSummary

    creation_time: number

    Specifies the creation time of the trust store (in Epoch).

    SpiffeTrustStoreSummary

    enabled: boolean

    Indicates whether the trust store is enabled.

    SpiffeTrustStoreSummary

    id: string

    The unique identifier of the trust store.

    SpiffeTrustStoreSummary

    is_default: boolean

    Indicates whether this trust store is configured as the default store for the mTLS endpoint.

    SpiffeTrustStoreSummary

    last_updated: number

    Specifies the last update time of the trust store (in Epoch).

    SpiffeTrustStoreSummary

    name: string

    The SPIFFE trust domain discovered from the bundle endpoint.

    SpiffeTrustStoreSummary