MonoCloud Management SDK
    Preparing search index...

    Interface CreateSpiffeTrustStoreOptionsRequest

    Create SPIFFE Trust Store Options Request: Defines validation and caching behavior applied when authenticating SVIDs.

    CreateSpiffeTrustStoreOptionsRequest

    interface CreateSpiffeTrustStoreOptionsRequest {
        bundle_fetch_timeout?: number;
        certificate_auth_cache_duration?: number;
        validate_certificate_use?: boolean;
        validate_validity_period?: boolean;
    }
    Index

    Properties

    bundle_fetch_timeout?: number

    Specifies the timeout for downloading the SPIFFE bundle from the bundle endpoint (in seconds).

    CreateSpiffeTrustStoreOptionsRequest

    certificate_auth_cache_duration?: number

    Specifies how long certificate authentication results are cached (in seconds).

    CreateSpiffeTrustStoreOptionsRequest

    validate_certificate_use?: boolean

    Indicates whether the client certificate is validated for client authentication, including Client Authentication EKU checks across the certificate chain.

    CreateSpiffeTrustStoreOptionsRequest

    validate_validity_period?: boolean

    Indicates whether the certificate validity period (NotBefore / NotAfter) is enforced.

    CreateSpiffeTrustStoreOptionsRequest