1. Packages
  2. Strata Cloud Manager
  3. API Docs
  4. getDecryptionProfile
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

scm.getDecryptionProfile

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

    Retrieves a config item.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    const example = scm.getDecryptionProfile({
        id: "1234-56-789",
    });
    
    import pulumi
    import pulumi_scm as scm
    
    example = scm.get_decryption_profile(id="1234-56-789")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := scm.LookupDecryptionProfile(ctx, &scm.LookupDecryptionProfileArgs{
    			Id: "1234-56-789",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Scm.GetDecryptionProfile.Invoke(new()
        {
            Id = "1234-56-789",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetDecryptionProfileArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = ScmFunctions.getDecryptionProfile(GetDecryptionProfileArgs.builder()
                .id("1234-56-789")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: scm:getDecryptionProfile
          Arguments:
            id: 1234-56-789
    

    Using getDecryptionProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDecryptionProfile(args: GetDecryptionProfileArgs, opts?: InvokeOptions): Promise<GetDecryptionProfileResult>
    function getDecryptionProfileOutput(args: GetDecryptionProfileOutputArgs, opts?: InvokeOptions): Output<GetDecryptionProfileResult>
    def get_decryption_profile(id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDecryptionProfileResult
    def get_decryption_profile_output(id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDecryptionProfileResult]
    func LookupDecryptionProfile(ctx *Context, args *LookupDecryptionProfileArgs, opts ...InvokeOption) (*LookupDecryptionProfileResult, error)
    func LookupDecryptionProfileOutput(ctx *Context, args *LookupDecryptionProfileOutputArgs, opts ...InvokeOption) LookupDecryptionProfileResultOutput

    > Note: This function is named LookupDecryptionProfile in the Go SDK.

    public static class GetDecryptionProfile 
    {
        public static Task<GetDecryptionProfileResult> InvokeAsync(GetDecryptionProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetDecryptionProfileResult> Invoke(GetDecryptionProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDecryptionProfileResult> getDecryptionProfile(GetDecryptionProfileArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getDecryptionProfile:getDecryptionProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The Id param.
    Id string
    The Id param.
    id String
    The Id param.
    id string
    The Id param.
    id str
    The Id param.
    id String
    The Id param.

    getDecryptionProfile Result

    The following output properties are available:

    Id string
    The Id param.
    Name string
    Must start with alphanumeric char and should contain only alphanemeric, underscore, hyphen, dot or space. String validation regex: ^[A-Za-z0-9]{1}[A-Za-z0-9_\-\.\s]{0,}$.
    SslForwardProxy GetDecryptionProfileSslForwardProxy
    The SslForwardProxy param.
    SslInboundProxy GetDecryptionProfileSslInboundProxy
    The SslInboundProxy param.
    SslNoProxy GetDecryptionProfileSslNoProxy
    The SslNoProxy param.
    SslProtocolSettings GetDecryptionProfileSslProtocolSettings
    The SslProtocolSettings param.
    Tfid string
    Id string
    The Id param.
    Name string
    Must start with alphanumeric char and should contain only alphanemeric, underscore, hyphen, dot or space. String validation regex: ^[A-Za-z0-9]{1}[A-Za-z0-9_\-\.\s]{0,}$.
    SslForwardProxy GetDecryptionProfileSslForwardProxy
    The SslForwardProxy param.
    SslInboundProxy GetDecryptionProfileSslInboundProxy
    The SslInboundProxy param.
    SslNoProxy GetDecryptionProfileSslNoProxy
    The SslNoProxy param.
    SslProtocolSettings GetDecryptionProfileSslProtocolSettings
    The SslProtocolSettings param.
    Tfid string
    id String
    The Id param.
    name String
    Must start with alphanumeric char and should contain only alphanemeric, underscore, hyphen, dot or space. String validation regex: ^[A-Za-z0-9]{1}[A-Za-z0-9_\-\.\s]{0,}$.
    sslForwardProxy GetDecryptionProfileSslForwardProxy
    The SslForwardProxy param.
    sslInboundProxy GetDecryptionProfileSslInboundProxy
    The SslInboundProxy param.
    sslNoProxy GetDecryptionProfileSslNoProxy
    The SslNoProxy param.
    sslProtocolSettings GetDecryptionProfileSslProtocolSettings
    The SslProtocolSettings param.
    tfid String
    id string
    The Id param.
    name string
    Must start with alphanumeric char and should contain only alphanemeric, underscore, hyphen, dot or space. String validation regex: ^[A-Za-z0-9]{1}[A-Za-z0-9_\-\.\s]{0,}$.
    sslForwardProxy GetDecryptionProfileSslForwardProxy
    The SslForwardProxy param.
    sslInboundProxy GetDecryptionProfileSslInboundProxy
    The SslInboundProxy param.
    sslNoProxy GetDecryptionProfileSslNoProxy
    The SslNoProxy param.
    sslProtocolSettings GetDecryptionProfileSslProtocolSettings
    The SslProtocolSettings param.
    tfid string
    id str
    The Id param.
    name str
    Must start with alphanumeric char and should contain only alphanemeric, underscore, hyphen, dot or space. String validation regex: ^[A-Za-z0-9]{1}[A-Za-z0-9_\-\.\s]{0,}$.
    ssl_forward_proxy GetDecryptionProfileSslForwardProxy
    The SslForwardProxy param.
    ssl_inbound_proxy GetDecryptionProfileSslInboundProxy
    The SslInboundProxy param.
    ssl_no_proxy GetDecryptionProfileSslNoProxy
    The SslNoProxy param.
    ssl_protocol_settings GetDecryptionProfileSslProtocolSettings
    The SslProtocolSettings param.
    tfid str
    id String
    The Id param.
    name String
    Must start with alphanumeric char and should contain only alphanemeric, underscore, hyphen, dot or space. String validation regex: ^[A-Za-z0-9]{1}[A-Za-z0-9_\-\.\s]{0,}$.
    sslForwardProxy Property Map
    The SslForwardProxy param.
    sslInboundProxy Property Map
    The SslInboundProxy param.
    sslNoProxy Property Map
    The SslNoProxy param.
    sslProtocolSettings Property Map
    The SslProtocolSettings param.
    tfid String

    Supporting Types

    GetDecryptionProfileSslForwardProxy

    AutoIncludeAltname bool
    The AutoIncludeAltname param. Default: false.
    BlockClientCert bool
    The BlockClientCert param. Default: false.
    BlockExpiredCertificate bool
    The BlockExpiredCertificate param. Default: false.
    BlockTimeoutCert bool
    The BlockTimeoutCert param. Default: false.
    BlockTls13DowngradeNoResource bool
    The BlockTls13DowngradeNoResource param. Default: false.
    BlockUnknownCert bool
    The BlockUnknownCert param. Default: false.
    BlockUnsupportedCipher bool
    The BlockUnsupportedCipher param. Default: false.
    BlockUnsupportedVersion bool
    The BlockUnsupportedVersion param. Default: false.
    BlockUntrustedIssuer bool
    The BlockUntrustedIssuer param. Default: false.
    RestrictCertExts bool
    The RestrictCertExts param. Default: false.
    StripAlpn bool
    The StripAlpn param. Default: false.
    AutoIncludeAltname bool
    The AutoIncludeAltname param. Default: false.
    BlockClientCert bool
    The BlockClientCert param. Default: false.
    BlockExpiredCertificate bool
    The BlockExpiredCertificate param. Default: false.
    BlockTimeoutCert bool
    The BlockTimeoutCert param. Default: false.
    BlockTls13DowngradeNoResource bool
    The BlockTls13DowngradeNoResource param. Default: false.
    BlockUnknownCert bool
    The BlockUnknownCert param. Default: false.
    BlockUnsupportedCipher bool
    The BlockUnsupportedCipher param. Default: false.
    BlockUnsupportedVersion bool
    The BlockUnsupportedVersion param. Default: false.
    BlockUntrustedIssuer bool
    The BlockUntrustedIssuer param. Default: false.
    RestrictCertExts bool
    The RestrictCertExts param. Default: false.
    StripAlpn bool
    The StripAlpn param. Default: false.
    autoIncludeAltname Boolean
    The AutoIncludeAltname param. Default: false.
    blockClientCert Boolean
    The BlockClientCert param. Default: false.
    blockExpiredCertificate Boolean
    The BlockExpiredCertificate param. Default: false.
    blockTimeoutCert Boolean
    The BlockTimeoutCert param. Default: false.
    blockTls13DowngradeNoResource Boolean
    The BlockTls13DowngradeNoResource param. Default: false.
    blockUnknownCert Boolean
    The BlockUnknownCert param. Default: false.
    blockUnsupportedCipher Boolean
    The BlockUnsupportedCipher param. Default: false.
    blockUnsupportedVersion Boolean
    The BlockUnsupportedVersion param. Default: false.
    blockUntrustedIssuer Boolean
    The BlockUntrustedIssuer param. Default: false.
    restrictCertExts Boolean
    The RestrictCertExts param. Default: false.
    stripAlpn Boolean
    The StripAlpn param. Default: false.
    autoIncludeAltname boolean
    The AutoIncludeAltname param. Default: false.
    blockClientCert boolean
    The BlockClientCert param. Default: false.
    blockExpiredCertificate boolean
    The BlockExpiredCertificate param. Default: false.
    blockTimeoutCert boolean
    The BlockTimeoutCert param. Default: false.
    blockTls13DowngradeNoResource boolean
    The BlockTls13DowngradeNoResource param. Default: false.
    blockUnknownCert boolean
    The BlockUnknownCert param. Default: false.
    blockUnsupportedCipher boolean
    The BlockUnsupportedCipher param. Default: false.
    blockUnsupportedVersion boolean
    The BlockUnsupportedVersion param. Default: false.
    blockUntrustedIssuer boolean
    The BlockUntrustedIssuer param. Default: false.
    restrictCertExts boolean
    The RestrictCertExts param. Default: false.
    stripAlpn boolean
    The StripAlpn param. Default: false.
    auto_include_altname bool
    The AutoIncludeAltname param. Default: false.
    block_client_cert bool
    The BlockClientCert param. Default: false.
    block_expired_certificate bool
    The BlockExpiredCertificate param. Default: false.
    block_timeout_cert bool
    The BlockTimeoutCert param. Default: false.
    block_tls13_downgrade_no_resource bool
    The BlockTls13DowngradeNoResource param. Default: false.
    block_unknown_cert bool
    The BlockUnknownCert param. Default: false.
    block_unsupported_cipher bool
    The BlockUnsupportedCipher param. Default: false.
    block_unsupported_version bool
    The BlockUnsupportedVersion param. Default: false.
    block_untrusted_issuer bool
    The BlockUntrustedIssuer param. Default: false.
    restrict_cert_exts bool
    The RestrictCertExts param. Default: false.
    strip_alpn bool
    The StripAlpn param. Default: false.
    autoIncludeAltname Boolean
    The AutoIncludeAltname param. Default: false.
    blockClientCert Boolean
    The BlockClientCert param. Default: false.
    blockExpiredCertificate Boolean
    The BlockExpiredCertificate param. Default: false.
    blockTimeoutCert Boolean
    The BlockTimeoutCert param. Default: false.
    blockTls13DowngradeNoResource Boolean
    The BlockTls13DowngradeNoResource param. Default: false.
    blockUnknownCert Boolean
    The BlockUnknownCert param. Default: false.
    blockUnsupportedCipher Boolean
    The BlockUnsupportedCipher param. Default: false.
    blockUnsupportedVersion Boolean
    The BlockUnsupportedVersion param. Default: false.
    blockUntrustedIssuer Boolean
    The BlockUntrustedIssuer param. Default: false.
    restrictCertExts Boolean
    The RestrictCertExts param. Default: false.
    stripAlpn Boolean
    The StripAlpn param. Default: false.

    GetDecryptionProfileSslInboundProxy

    BlockIfHsmUnavailable bool
    The BlockIfHsmUnavailable param. Default: false.
    BlockIfNoResource bool
    The BlockIfNoResource param. Default: false.
    BlockUnsupportedCipher bool
    The BlockUnsupportedCipher param. Default: false.
    BlockUnsupportedVersion bool
    The BlockUnsupportedVersion param. Default: false.
    BlockIfHsmUnavailable bool
    The BlockIfHsmUnavailable param. Default: false.
    BlockIfNoResource bool
    The BlockIfNoResource param. Default: false.
    BlockUnsupportedCipher bool
    The BlockUnsupportedCipher param. Default: false.
    BlockUnsupportedVersion bool
    The BlockUnsupportedVersion param. Default: false.
    blockIfHsmUnavailable Boolean
    The BlockIfHsmUnavailable param. Default: false.
    blockIfNoResource Boolean
    The BlockIfNoResource param. Default: false.
    blockUnsupportedCipher Boolean
    The BlockUnsupportedCipher param. Default: false.
    blockUnsupportedVersion Boolean
    The BlockUnsupportedVersion param. Default: false.
    blockIfHsmUnavailable boolean
    The BlockIfHsmUnavailable param. Default: false.
    blockIfNoResource boolean
    The BlockIfNoResource param. Default: false.
    blockUnsupportedCipher boolean
    The BlockUnsupportedCipher param. Default: false.
    blockUnsupportedVersion boolean
    The BlockUnsupportedVersion param. Default: false.
    block_if_hsm_unavailable bool
    The BlockIfHsmUnavailable param. Default: false.
    block_if_no_resource bool
    The BlockIfNoResource param. Default: false.
    block_unsupported_cipher bool
    The BlockUnsupportedCipher param. Default: false.
    block_unsupported_version bool
    The BlockUnsupportedVersion param. Default: false.
    blockIfHsmUnavailable Boolean
    The BlockIfHsmUnavailable param. Default: false.
    blockIfNoResource Boolean
    The BlockIfNoResource param. Default: false.
    blockUnsupportedCipher Boolean
    The BlockUnsupportedCipher param. Default: false.
    blockUnsupportedVersion Boolean
    The BlockUnsupportedVersion param. Default: false.

    GetDecryptionProfileSslNoProxy

    BlockExpiredCertificate bool
    The BlockExpiredCertificate param. Default: false.
    BlockUntrustedIssuer bool
    The BlockUntrustedIssuer param. Default: false.
    BlockExpiredCertificate bool
    The BlockExpiredCertificate param. Default: false.
    BlockUntrustedIssuer bool
    The BlockUntrustedIssuer param. Default: false.
    blockExpiredCertificate Boolean
    The BlockExpiredCertificate param. Default: false.
    blockUntrustedIssuer Boolean
    The BlockUntrustedIssuer param. Default: false.
    blockExpiredCertificate boolean
    The BlockExpiredCertificate param. Default: false.
    blockUntrustedIssuer boolean
    The BlockUntrustedIssuer param. Default: false.
    block_expired_certificate bool
    The BlockExpiredCertificate param. Default: false.
    block_untrusted_issuer bool
    The BlockUntrustedIssuer param. Default: false.
    blockExpiredCertificate Boolean
    The BlockExpiredCertificate param. Default: false.
    blockUntrustedIssuer Boolean
    The BlockUntrustedIssuer param. Default: false.

    GetDecryptionProfileSslProtocolSettings

    AuthAlgoMd5 bool
    The AuthAlgoMd5 param. Default: true.
    AuthAlgoSha1 bool
    The AuthAlgoSha1 param. Default: true.
    AuthAlgoSha256 bool
    The AuthAlgoSha256 param. Default: true.
    AuthAlgoSha384 bool
    The AuthAlgoSha384 param. Default: true.
    EncAlgo3des bool
    The EncAlgo3des param. Default: true.
    EncAlgoAes128Cbc bool
    The EncAlgoAes128Cbc param. Default: true.
    EncAlgoAes128Gcm bool
    The EncAlgoAes128Gcm param. Default: true.
    EncAlgoAes256Cbc bool
    The EncAlgoAes256Cbc param. Default: true.
    EncAlgoAes256Gcm bool
    The EncAlgoAes256Gcm param. Default: true.
    EncAlgoChacha20Poly1305 bool
    The EncAlgoChacha20Poly1305 param. Default: true.
    EncAlgoRc4 bool
    The EncAlgoRc4 param. Default: true.
    KeyxchgAlgoDhe bool
    The KeyxchgAlgoDhe param. Default: true.
    KeyxchgAlgoEcdhe bool
    The KeyxchgAlgoEcdhe param. Default: true.
    KeyxchgAlgoRsa bool
    The KeyxchgAlgoRsa param. Default: true.
    MaxVersion string
    The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
    MinVersion string
    The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
    AuthAlgoMd5 bool
    The AuthAlgoMd5 param. Default: true.
    AuthAlgoSha1 bool
    The AuthAlgoSha1 param. Default: true.
    AuthAlgoSha256 bool
    The AuthAlgoSha256 param. Default: true.
    AuthAlgoSha384 bool
    The AuthAlgoSha384 param. Default: true.
    EncAlgo3des bool
    The EncAlgo3des param. Default: true.
    EncAlgoAes128Cbc bool
    The EncAlgoAes128Cbc param. Default: true.
    EncAlgoAes128Gcm bool
    The EncAlgoAes128Gcm param. Default: true.
    EncAlgoAes256Cbc bool
    The EncAlgoAes256Cbc param. Default: true.
    EncAlgoAes256Gcm bool
    The EncAlgoAes256Gcm param. Default: true.
    EncAlgoChacha20Poly1305 bool
    The EncAlgoChacha20Poly1305 param. Default: true.
    EncAlgoRc4 bool
    The EncAlgoRc4 param. Default: true.
    KeyxchgAlgoDhe bool
    The KeyxchgAlgoDhe param. Default: true.
    KeyxchgAlgoEcdhe bool
    The KeyxchgAlgoEcdhe param. Default: true.
    KeyxchgAlgoRsa bool
    The KeyxchgAlgoRsa param. Default: true.
    MaxVersion string
    The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
    MinVersion string
    The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
    authAlgoMd5 Boolean
    The AuthAlgoMd5 param. Default: true.
    authAlgoSha1 Boolean
    The AuthAlgoSha1 param. Default: true.
    authAlgoSha256 Boolean
    The AuthAlgoSha256 param. Default: true.
    authAlgoSha384 Boolean
    The AuthAlgoSha384 param. Default: true.
    encAlgo3des Boolean
    The EncAlgo3des param. Default: true.
    encAlgoAes128Cbc Boolean
    The EncAlgoAes128Cbc param. Default: true.
    encAlgoAes128Gcm Boolean
    The EncAlgoAes128Gcm param. Default: true.
    encAlgoAes256Cbc Boolean
    The EncAlgoAes256Cbc param. Default: true.
    encAlgoAes256Gcm Boolean
    The EncAlgoAes256Gcm param. Default: true.
    encAlgoChacha20Poly1305 Boolean
    The EncAlgoChacha20Poly1305 param. Default: true.
    encAlgoRc4 Boolean
    The EncAlgoRc4 param. Default: true.
    keyxchgAlgoDhe Boolean
    The KeyxchgAlgoDhe param. Default: true.
    keyxchgAlgoEcdhe Boolean
    The KeyxchgAlgoEcdhe param. Default: true.
    keyxchgAlgoRsa Boolean
    The KeyxchgAlgoRsa param. Default: true.
    maxVersion String
    The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
    minVersion String
    The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
    authAlgoMd5 boolean
    The AuthAlgoMd5 param. Default: true.
    authAlgoSha1 boolean
    The AuthAlgoSha1 param. Default: true.
    authAlgoSha256 boolean
    The AuthAlgoSha256 param. Default: true.
    authAlgoSha384 boolean
    The AuthAlgoSha384 param. Default: true.
    encAlgo3des boolean
    The EncAlgo3des param. Default: true.
    encAlgoAes128Cbc boolean
    The EncAlgoAes128Cbc param. Default: true.
    encAlgoAes128Gcm boolean
    The EncAlgoAes128Gcm param. Default: true.
    encAlgoAes256Cbc boolean
    The EncAlgoAes256Cbc param. Default: true.
    encAlgoAes256Gcm boolean
    The EncAlgoAes256Gcm param. Default: true.
    encAlgoChacha20Poly1305 boolean
    The EncAlgoChacha20Poly1305 param. Default: true.
    encAlgoRc4 boolean
    The EncAlgoRc4 param. Default: true.
    keyxchgAlgoDhe boolean
    The KeyxchgAlgoDhe param. Default: true.
    keyxchgAlgoEcdhe boolean
    The KeyxchgAlgoEcdhe param. Default: true.
    keyxchgAlgoRsa boolean
    The KeyxchgAlgoRsa param. Default: true.
    maxVersion string
    The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
    minVersion string
    The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
    auth_algo_md5 bool
    The AuthAlgoMd5 param. Default: true.
    auth_algo_sha1 bool
    The AuthAlgoSha1 param. Default: true.
    auth_algo_sha256 bool
    The AuthAlgoSha256 param. Default: true.
    auth_algo_sha384 bool
    The AuthAlgoSha384 param. Default: true.
    enc_algo3des bool
    The EncAlgo3des param. Default: true.
    enc_algo_aes128_cbc bool
    The EncAlgoAes128Cbc param. Default: true.
    enc_algo_aes128_gcm bool
    The EncAlgoAes128Gcm param. Default: true.
    enc_algo_aes256_cbc bool
    The EncAlgoAes256Cbc param. Default: true.
    enc_algo_aes256_gcm bool
    The EncAlgoAes256Gcm param. Default: true.
    enc_algo_chacha20_poly1305 bool
    The EncAlgoChacha20Poly1305 param. Default: true.
    enc_algo_rc4 bool
    The EncAlgoRc4 param. Default: true.
    keyxchg_algo_dhe bool
    The KeyxchgAlgoDhe param. Default: true.
    keyxchg_algo_ecdhe bool
    The KeyxchgAlgoEcdhe param. Default: true.
    keyxchg_algo_rsa bool
    The KeyxchgAlgoRsa param. Default: true.
    max_version str
    The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
    min_version str
    The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
    authAlgoMd5 Boolean
    The AuthAlgoMd5 param. Default: true.
    authAlgoSha1 Boolean
    The AuthAlgoSha1 param. Default: true.
    authAlgoSha256 Boolean
    The AuthAlgoSha256 param. Default: true.
    authAlgoSha384 Boolean
    The AuthAlgoSha384 param. Default: true.
    encAlgo3des Boolean
    The EncAlgo3des param. Default: true.
    encAlgoAes128Cbc Boolean
    The EncAlgoAes128Cbc param. Default: true.
    encAlgoAes128Gcm Boolean
    The EncAlgoAes128Gcm param. Default: true.
    encAlgoAes256Cbc Boolean
    The EncAlgoAes256Cbc param. Default: true.
    encAlgoAes256Gcm Boolean
    The EncAlgoAes256Gcm param. Default: true.
    encAlgoChacha20Poly1305 Boolean
    The EncAlgoChacha20Poly1305 param. Default: true.
    encAlgoRc4 Boolean
    The EncAlgoRc4 param. Default: true.
    keyxchgAlgoDhe Boolean
    The KeyxchgAlgoDhe param. Default: true.
    keyxchgAlgoEcdhe Boolean
    The KeyxchgAlgoEcdhe param. Default: true.
    keyxchgAlgoRsa Boolean
    The KeyxchgAlgoRsa param. Default: true.
    maxVersion String
    The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
    minVersion String
    The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi