MonoCloud Management SDK
    Preparing search index...

    Interface SpiffeTrustStore

    SPIFFE Trust Store Response: Represents a federated SPIFFE trust domain used to validate workload identities.

    SpiffeTrustStore

    interface SpiffeTrustStore {
        creation_time: number;
        enabled: boolean;
        id: string;
        is_default: boolean;
        last_updated: number;
        name: string;
        options: SpiffeTrustStoreOptions;
        show_in_discovery_document: boolean;
        spiffe_bundle_endpoint: string;
    }
    Index

    Properties

    creation_time: number

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

    SpiffeTrustStore

    enabled: boolean

    Indicates whether the trust store is enabled.

    SpiffeTrustStore

    id: string

    The unique identifier of the trust store.

    SpiffeTrustStore

    is_default: boolean

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

    SpiffeTrustStore

    last_updated: number

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

    SpiffeTrustStore

    name: string

    Human-readable name for the trust store.

    SpiffeTrustStore

    Trust store validation settings (certificate type, revocation, caching, and related policies).

    SpiffeTrustStore

    show_in_discovery_document: boolean

    Specifies whether this trust store’s mTLS endpoint aliases are published under mtls_additional_endpoint_aliases in the OpenID Connect discovery document.

    SpiffeTrustStore

    spiffe_bundle_endpoint: string

    The SPIFFE bundle endpoint URL used to retrieve trust domain signing keys.

    SpiffeTrustStore