MonoCloud Management SDK
    Preparing search index...

    Interface CreateSpiffeTrustStoreRequest

    Create SPIFFE Trust Store Request: Creates a trust store for a federated SPIFFE trust domain and its workload identities.

    CreateSpiffeTrustStoreRequest

    interface CreateSpiffeTrustStoreRequest {
        options: CreateSpiffeTrustStoreOptionsRequest;
        show_in_discovery_document?: boolean;
        spiffe_bundle_endpoint: string;
    }
    Index

    Properties

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

    CreateSpiffeTrustStoreRequest

    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.

    CreateSpiffeTrustStoreRequest

    spiffe_bundle_endpoint: string

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

    CreateSpiffeTrustStoreRequest