MonoCloud Management SDK
    Preparing search index...

    Interface PatchSpiffeTrustStoreRequest

    Patch SPIFFE Trust Store Request: Used to update one or more properties of an existing SPIFFE trust store.

    PatchSpiffeTrustStoreRequest

    interface PatchSpiffeTrustStoreRequest {
        enabled?: boolean;
        options?: PatchSpiffeTrustStoreOptionsRequest;
        show_in_discovery_document?: boolean;
        spiffe_bundle_endpoint?: string;
    }
    Index

    Properties

    enabled?: boolean

    Indicates whether the trust store is enabled.

    PatchSpiffeTrustStoreRequest

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

    PatchSpiffeTrustStoreRequest

    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.

    PatchSpiffeTrustStoreRequest

    spiffe_bundle_endpoint?: string

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

    PatchSpiffeTrustStoreRequest