1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getDecryptionProfile
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

scm.getDecryptionProfile

Explore with Pulumi AI

Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 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",
});
Copy
import pulumi
import pulumi_scm as scm

example = scm.get_decryption_profile(id="1234-56-789")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getDecryptionProfile
      arguments:
        id: 1234-56-789
Copy

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>
Copy
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]
Copy
func LookupDecryptionProfile(ctx *Context, args *LookupDecryptionProfileArgs, opts ...InvokeOption) (*LookupDecryptionProfileResult, error)
func LookupDecryptionProfileOutput(ctx *Context, args *LookupDecryptionProfileOutputArgs, opts ...InvokeOption) LookupDecryptionProfileResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDecryptionProfileResult> getDecryptionProfile(GetDecryptionProfileArgs args, InvokeOptions options)
public static Output<GetDecryptionProfileResult> getDecryptionProfile(GetDecryptionProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: scm:index/getDecryptionProfile:getDecryptionProfile
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
The Id param.
Id This property is required. string
The Id param.
id This property is required. String
The Id param.
id This property is required. string
The Id param.
id This property is required. str
The Id param.
id This property is required. 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 This property is required. bool
The AutoIncludeAltname param. Default: false.
BlockClientCert This property is required. bool
The BlockClientCert param. Default: false.
BlockExpiredCertificate This property is required. bool
The BlockExpiredCertificate param. Default: false.
BlockTimeoutCert This property is required. bool
The BlockTimeoutCert param. Default: false.
BlockTls13DowngradeNoResource This property is required. bool
The BlockTls13DowngradeNoResource param. Default: false.
BlockUnknownCert This property is required. bool
The BlockUnknownCert param. Default: false.
BlockUnsupportedCipher This property is required. bool
The BlockUnsupportedCipher param. Default: false.
BlockUnsupportedVersion This property is required. bool
The BlockUnsupportedVersion param. Default: false.
BlockUntrustedIssuer This property is required. bool
The BlockUntrustedIssuer param. Default: false.
RestrictCertExts This property is required. bool
The RestrictCertExts param. Default: false.
StripAlpn This property is required. bool
The StripAlpn param. Default: false.
AutoIncludeAltname This property is required. bool
The AutoIncludeAltname param. Default: false.
BlockClientCert This property is required. bool
The BlockClientCert param. Default: false.
BlockExpiredCertificate This property is required. bool
The BlockExpiredCertificate param. Default: false.
BlockTimeoutCert This property is required. bool
The BlockTimeoutCert param. Default: false.
BlockTls13DowngradeNoResource This property is required. bool
The BlockTls13DowngradeNoResource param. Default: false.
BlockUnknownCert This property is required. bool
The BlockUnknownCert param. Default: false.
BlockUnsupportedCipher This property is required. bool
The BlockUnsupportedCipher param. Default: false.
BlockUnsupportedVersion This property is required. bool
The BlockUnsupportedVersion param. Default: false.
BlockUntrustedIssuer This property is required. bool
The BlockUntrustedIssuer param. Default: false.
RestrictCertExts This property is required. bool
The RestrictCertExts param. Default: false.
StripAlpn This property is required. bool
The StripAlpn param. Default: false.
autoIncludeAltname This property is required. Boolean
The AutoIncludeAltname param. Default: false.
blockClientCert This property is required. Boolean
The BlockClientCert param. Default: false.
blockExpiredCertificate This property is required. Boolean
The BlockExpiredCertificate param. Default: false.
blockTimeoutCert This property is required. Boolean
The BlockTimeoutCert param. Default: false.
blockTls13DowngradeNoResource This property is required. Boolean
The BlockTls13DowngradeNoResource param. Default: false.
blockUnknownCert This property is required. Boolean
The BlockUnknownCert param. Default: false.
blockUnsupportedCipher This property is required. Boolean
The BlockUnsupportedCipher param. Default: false.
blockUnsupportedVersion This property is required. Boolean
The BlockUnsupportedVersion param. Default: false.
blockUntrustedIssuer This property is required. Boolean
The BlockUntrustedIssuer param. Default: false.
restrictCertExts This property is required. Boolean
The RestrictCertExts param. Default: false.
stripAlpn This property is required. Boolean
The StripAlpn param. Default: false.
autoIncludeAltname This property is required. boolean
The AutoIncludeAltname param. Default: false.
blockClientCert This property is required. boolean
The BlockClientCert param. Default: false.
blockExpiredCertificate This property is required. boolean
The BlockExpiredCertificate param. Default: false.
blockTimeoutCert This property is required. boolean
The BlockTimeoutCert param. Default: false.
blockTls13DowngradeNoResource This property is required. boolean
The BlockTls13DowngradeNoResource param. Default: false.
blockUnknownCert This property is required. boolean
The BlockUnknownCert param. Default: false.
blockUnsupportedCipher This property is required. boolean
The BlockUnsupportedCipher param. Default: false.
blockUnsupportedVersion This property is required. boolean
The BlockUnsupportedVersion param. Default: false.
blockUntrustedIssuer This property is required. boolean
The BlockUntrustedIssuer param. Default: false.
restrictCertExts This property is required. boolean
The RestrictCertExts param. Default: false.
stripAlpn This property is required. boolean
The StripAlpn param. Default: false.
auto_include_altname This property is required. bool
The AutoIncludeAltname param. Default: false.
block_client_cert This property is required. bool
The BlockClientCert param. Default: false.
block_expired_certificate This property is required. bool
The BlockExpiredCertificate param. Default: false.
block_timeout_cert This property is required. bool
The BlockTimeoutCert param. Default: false.
block_tls13_downgrade_no_resource This property is required. bool
The BlockTls13DowngradeNoResource param. Default: false.
block_unknown_cert This property is required. bool
The BlockUnknownCert param. Default: false.
block_unsupported_cipher This property is required. bool
The BlockUnsupportedCipher param. Default: false.
block_unsupported_version This property is required. bool
The BlockUnsupportedVersion param. Default: false.
block_untrusted_issuer This property is required. bool
The BlockUntrustedIssuer param. Default: false.
restrict_cert_exts This property is required. bool
The RestrictCertExts param. Default: false.
strip_alpn This property is required. bool
The StripAlpn param. Default: false.
autoIncludeAltname This property is required. Boolean
The AutoIncludeAltname param. Default: false.
blockClientCert This property is required. Boolean
The BlockClientCert param. Default: false.
blockExpiredCertificate This property is required. Boolean
The BlockExpiredCertificate param. Default: false.
blockTimeoutCert This property is required. Boolean
The BlockTimeoutCert param. Default: false.
blockTls13DowngradeNoResource This property is required. Boolean
The BlockTls13DowngradeNoResource param. Default: false.
blockUnknownCert This property is required. Boolean
The BlockUnknownCert param. Default: false.
blockUnsupportedCipher This property is required. Boolean
The BlockUnsupportedCipher param. Default: false.
blockUnsupportedVersion This property is required. Boolean
The BlockUnsupportedVersion param. Default: false.
blockUntrustedIssuer This property is required. Boolean
The BlockUntrustedIssuer param. Default: false.
restrictCertExts This property is required. Boolean
The RestrictCertExts param. Default: false.
stripAlpn This property is required. Boolean
The StripAlpn param. Default: false.

GetDecryptionProfileSslInboundProxy

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

GetDecryptionProfileSslNoProxy

BlockExpiredCertificate This property is required. bool
The BlockExpiredCertificate param. Default: false.
BlockUntrustedIssuer This property is required. bool
The BlockUntrustedIssuer param. Default: false.
BlockExpiredCertificate This property is required. bool
The BlockExpiredCertificate param. Default: false.
BlockUntrustedIssuer This property is required. bool
The BlockUntrustedIssuer param. Default: false.
blockExpiredCertificate This property is required. Boolean
The BlockExpiredCertificate param. Default: false.
blockUntrustedIssuer This property is required. Boolean
The BlockUntrustedIssuer param. Default: false.
blockExpiredCertificate This property is required. boolean
The BlockExpiredCertificate param. Default: false.
blockUntrustedIssuer This property is required. boolean
The BlockUntrustedIssuer param. Default: false.
block_expired_certificate This property is required. bool
The BlockExpiredCertificate param. Default: false.
block_untrusted_issuer This property is required. bool
The BlockUntrustedIssuer param. Default: false.
blockExpiredCertificate This property is required. Boolean
The BlockExpiredCertificate param. Default: false.
blockUntrustedIssuer This property is required. Boolean
The BlockUntrustedIssuer param. Default: false.

GetDecryptionProfileSslProtocolSettings

AuthAlgoMd5 This property is required. bool
The AuthAlgoMd5 param. Default: true.
AuthAlgoSha1 This property is required. bool
The AuthAlgoSha1 param. Default: true.
AuthAlgoSha256 This property is required. bool
The AuthAlgoSha256 param. Default: true.
AuthAlgoSha384 This property is required. bool
The AuthAlgoSha384 param. Default: true.
EncAlgo3des This property is required. bool
The EncAlgo3des param. Default: true.
EncAlgoAes128Cbc This property is required. bool
The EncAlgoAes128Cbc param. Default: true.
EncAlgoAes128Gcm This property is required. bool
The EncAlgoAes128Gcm param. Default: true.
EncAlgoAes256Cbc This property is required. bool
The EncAlgoAes256Cbc param. Default: true.
EncAlgoAes256Gcm This property is required. bool
The EncAlgoAes256Gcm param. Default: true.
EncAlgoChacha20Poly1305 This property is required. bool
The EncAlgoChacha20Poly1305 param. Default: true.
EncAlgoRc4 This property is required. bool
The EncAlgoRc4 param. Default: true.
KeyxchgAlgoDhe This property is required. bool
The KeyxchgAlgoDhe param. Default: true.
KeyxchgAlgoEcdhe This property is required. bool
The KeyxchgAlgoEcdhe param. Default: true.
KeyxchgAlgoRsa This property is required. bool
The KeyxchgAlgoRsa param. Default: true.
MaxVersion This property is required. string
The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
MinVersion This property is required. string
The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
AuthAlgoMd5 This property is required. bool
The AuthAlgoMd5 param. Default: true.
AuthAlgoSha1 This property is required. bool
The AuthAlgoSha1 param. Default: true.
AuthAlgoSha256 This property is required. bool
The AuthAlgoSha256 param. Default: true.
AuthAlgoSha384 This property is required. bool
The AuthAlgoSha384 param. Default: true.
EncAlgo3des This property is required. bool
The EncAlgo3des param. Default: true.
EncAlgoAes128Cbc This property is required. bool
The EncAlgoAes128Cbc param. Default: true.
EncAlgoAes128Gcm This property is required. bool
The EncAlgoAes128Gcm param. Default: true.
EncAlgoAes256Cbc This property is required. bool
The EncAlgoAes256Cbc param. Default: true.
EncAlgoAes256Gcm This property is required. bool
The EncAlgoAes256Gcm param. Default: true.
EncAlgoChacha20Poly1305 This property is required. bool
The EncAlgoChacha20Poly1305 param. Default: true.
EncAlgoRc4 This property is required. bool
The EncAlgoRc4 param. Default: true.
KeyxchgAlgoDhe This property is required. bool
The KeyxchgAlgoDhe param. Default: true.
KeyxchgAlgoEcdhe This property is required. bool
The KeyxchgAlgoEcdhe param. Default: true.
KeyxchgAlgoRsa This property is required. bool
The KeyxchgAlgoRsa param. Default: true.
MaxVersion This property is required. string
The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
MinVersion This property is required. string
The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
authAlgoMd5 This property is required. Boolean
The AuthAlgoMd5 param. Default: true.
authAlgoSha1 This property is required. Boolean
The AuthAlgoSha1 param. Default: true.
authAlgoSha256 This property is required. Boolean
The AuthAlgoSha256 param. Default: true.
authAlgoSha384 This property is required. Boolean
The AuthAlgoSha384 param. Default: true.
encAlgo3des This property is required. Boolean
The EncAlgo3des param. Default: true.
encAlgoAes128Cbc This property is required. Boolean
The EncAlgoAes128Cbc param. Default: true.
encAlgoAes128Gcm This property is required. Boolean
The EncAlgoAes128Gcm param. Default: true.
encAlgoAes256Cbc This property is required. Boolean
The EncAlgoAes256Cbc param. Default: true.
encAlgoAes256Gcm This property is required. Boolean
The EncAlgoAes256Gcm param. Default: true.
encAlgoChacha20Poly1305 This property is required. Boolean
The EncAlgoChacha20Poly1305 param. Default: true.
encAlgoRc4 This property is required. Boolean
The EncAlgoRc4 param. Default: true.
keyxchgAlgoDhe This property is required. Boolean
The KeyxchgAlgoDhe param. Default: true.
keyxchgAlgoEcdhe This property is required. Boolean
The KeyxchgAlgoEcdhe param. Default: true.
keyxchgAlgoRsa This property is required. Boolean
The KeyxchgAlgoRsa param. Default: true.
maxVersion This property is required. String
The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
minVersion This property is required. String
The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
authAlgoMd5 This property is required. boolean
The AuthAlgoMd5 param. Default: true.
authAlgoSha1 This property is required. boolean
The AuthAlgoSha1 param. Default: true.
authAlgoSha256 This property is required. boolean
The AuthAlgoSha256 param. Default: true.
authAlgoSha384 This property is required. boolean
The AuthAlgoSha384 param. Default: true.
encAlgo3des This property is required. boolean
The EncAlgo3des param. Default: true.
encAlgoAes128Cbc This property is required. boolean
The EncAlgoAes128Cbc param. Default: true.
encAlgoAes128Gcm This property is required. boolean
The EncAlgoAes128Gcm param. Default: true.
encAlgoAes256Cbc This property is required. boolean
The EncAlgoAes256Cbc param. Default: true.
encAlgoAes256Gcm This property is required. boolean
The EncAlgoAes256Gcm param. Default: true.
encAlgoChacha20Poly1305 This property is required. boolean
The EncAlgoChacha20Poly1305 param. Default: true.
encAlgoRc4 This property is required. boolean
The EncAlgoRc4 param. Default: true.
keyxchgAlgoDhe This property is required. boolean
The KeyxchgAlgoDhe param. Default: true.
keyxchgAlgoEcdhe This property is required. boolean
The KeyxchgAlgoEcdhe param. Default: true.
keyxchgAlgoRsa This property is required. boolean
The KeyxchgAlgoRsa param. Default: true.
maxVersion This property is required. string
The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
minVersion This property is required. 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 This property is required. bool
The AuthAlgoMd5 param. Default: true.
auth_algo_sha1 This property is required. bool
The AuthAlgoSha1 param. Default: true.
auth_algo_sha256 This property is required. bool
The AuthAlgoSha256 param. Default: true.
auth_algo_sha384 This property is required. bool
The AuthAlgoSha384 param. Default: true.
enc_algo3des This property is required. bool
The EncAlgo3des param. Default: true.
enc_algo_aes128_cbc This property is required. bool
The EncAlgoAes128Cbc param. Default: true.
enc_algo_aes128_gcm This property is required. bool
The EncAlgoAes128Gcm param. Default: true.
enc_algo_aes256_cbc This property is required. bool
The EncAlgoAes256Cbc param. Default: true.
enc_algo_aes256_gcm This property is required. bool
The EncAlgoAes256Gcm param. Default: true.
enc_algo_chacha20_poly1305 This property is required. bool
The EncAlgoChacha20Poly1305 param. Default: true.
enc_algo_rc4 This property is required. bool
The EncAlgoRc4 param. Default: true.
keyxchg_algo_dhe This property is required. bool
The KeyxchgAlgoDhe param. Default: true.
keyxchg_algo_ecdhe This property is required. bool
The KeyxchgAlgoEcdhe param. Default: true.
keyxchg_algo_rsa This property is required. bool
The KeyxchgAlgoRsa param. Default: true.
max_version This property is required. 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 This property is required. str
The MinVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3". Default: "tls1-0".
authAlgoMd5 This property is required. Boolean
The AuthAlgoMd5 param. Default: true.
authAlgoSha1 This property is required. Boolean
The AuthAlgoSha1 param. Default: true.
authAlgoSha256 This property is required. Boolean
The AuthAlgoSha256 param. Default: true.
authAlgoSha384 This property is required. Boolean
The AuthAlgoSha384 param. Default: true.
encAlgo3des This property is required. Boolean
The EncAlgo3des param. Default: true.
encAlgoAes128Cbc This property is required. Boolean
The EncAlgoAes128Cbc param. Default: true.
encAlgoAes128Gcm This property is required. Boolean
The EncAlgoAes128Gcm param. Default: true.
encAlgoAes256Cbc This property is required. Boolean
The EncAlgoAes256Cbc param. Default: true.
encAlgoAes256Gcm This property is required. Boolean
The EncAlgoAes256Gcm param. Default: true.
encAlgoChacha20Poly1305 This property is required. Boolean
The EncAlgoChacha20Poly1305 param. Default: true.
encAlgoRc4 This property is required. Boolean
The EncAlgoRc4 param. Default: true.
keyxchgAlgoDhe This property is required. Boolean
The KeyxchgAlgoDhe param. Default: true.
keyxchgAlgoEcdhe This property is required. Boolean
The KeyxchgAlgoEcdhe param. Default: true.
keyxchgAlgoRsa This property is required. Boolean
The KeyxchgAlgoRsa param. Default: true.
maxVersion This property is required. String
The MaxVersion param. String must be one of these: "sslv3", "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "tls1-2".
minVersion This property is required. 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.
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi