Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi
scm.getDecryptionProfile
Explore with Pulumi AI
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)
public static Output<GetDecryptionProfileResult> getDecryptionProfile(GetDecryptionProfileArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getDecryptionProfile:getDecryptionProfile
  arguments:
    # arguments dictionaryThe 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,}$. - Ssl
Forward GetProxy Decryption Profile Ssl Forward Proxy  - The SslForwardProxy param.
 - Ssl
Inbound GetProxy Decryption Profile Ssl Inbound Proxy  - The SslInboundProxy param.
 - Ssl
No GetProxy Decryption Profile Ssl No Proxy  - The SslNoProxy param.
 - Ssl
Protocol GetSettings Decryption Profile Ssl Protocol Settings  - 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,}$. - Ssl
Forward GetProxy Decryption Profile Ssl Forward Proxy  - The SslForwardProxy param.
 - Ssl
Inbound GetProxy Decryption Profile Ssl Inbound Proxy  - The SslInboundProxy param.
 - Ssl
No GetProxy Decryption Profile Ssl No Proxy  - The SslNoProxy param.
 - Ssl
Protocol GetSettings Decryption Profile Ssl Protocol Settings  - 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,}$. - ssl
Forward GetProxy Decryption Profile Ssl Forward Proxy  - The SslForwardProxy param.
 - ssl
Inbound GetProxy Decryption Profile Ssl Inbound Proxy  - The SslInboundProxy param.
 - ssl
No GetProxy Decryption Profile Ssl No Proxy  - The SslNoProxy param.
 - ssl
Protocol GetSettings Decryption Profile Ssl Protocol Settings  - 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,}$. - ssl
Forward GetProxy Decryption Profile Ssl Forward Proxy  - The SslForwardProxy param.
 - ssl
Inbound GetProxy Decryption Profile Ssl Inbound Proxy  - The SslInboundProxy param.
 - ssl
No GetProxy Decryption Profile Ssl No Proxy  - The SslNoProxy param.
 - ssl
Protocol GetSettings Decryption Profile Ssl Protocol Settings  - 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_ Getproxy Decryption Profile Ssl Forward Proxy  - The SslForwardProxy param.
 - ssl_
inbound_ Getproxy Decryption Profile Ssl Inbound Proxy  - The SslInboundProxy param.
 - ssl_
no_ Getproxy Decryption Profile Ssl No Proxy  - The SslNoProxy param.
 - ssl_
protocol_ Getsettings Decryption Profile Ssl Protocol Settings  - 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,}$. - ssl
Forward Property MapProxy  - The SslForwardProxy param.
 - ssl
Inbound Property MapProxy  - The SslInboundProxy param.
 - ssl
No Property MapProxy  - The SslNoProxy param.
 - ssl
Protocol Property MapSettings  - The SslProtocolSettings param.
 - tfid String
 
Supporting Types
GetDecryptionProfileSslForwardProxy     
- Auto
Include boolAltname  - The AutoIncludeAltname param. Default: 
false. - Block
Client boolCert  - The BlockClientCert param. Default: 
false. - Block
Expired boolCertificate  - The BlockExpiredCertificate param. Default: 
false. - Block
Timeout boolCert  - The BlockTimeoutCert param. Default: 
false. - Block
Tls13Downgrade boolNo Resource  - The BlockTls13DowngradeNoResource param. Default: 
false. - Block
Unknown boolCert  - The BlockUnknownCert param. Default: 
false. - Block
Unsupported boolCipher  - The BlockUnsupportedCipher param. Default: 
false. - Block
Unsupported boolVersion  - The BlockUnsupportedVersion param. Default: 
false. - Block
Untrusted boolIssuer  - The BlockUntrustedIssuer param. Default: 
false. - Restrict
Cert boolExts  - The RestrictCertExts param. Default: 
false. - Strip
Alpn bool - The StripAlpn param. Default: 
false. 
- Auto
Include boolAltname  - The AutoIncludeAltname param. Default: 
false. - Block
Client boolCert  - The BlockClientCert param. Default: 
false. - Block
Expired boolCertificate  - The BlockExpiredCertificate param. Default: 
false. - Block
Timeout boolCert  - The BlockTimeoutCert param. Default: 
false. - Block
Tls13Downgrade boolNo Resource  - The BlockTls13DowngradeNoResource param. Default: 
false. - Block
Unknown boolCert  - The BlockUnknownCert param. Default: 
false. - Block
Unsupported boolCipher  - The BlockUnsupportedCipher param. Default: 
false. - Block
Unsupported boolVersion  - The BlockUnsupportedVersion param. Default: 
false. - Block
Untrusted boolIssuer  - The BlockUntrustedIssuer param. Default: 
false. - Restrict
Cert boolExts  - The RestrictCertExts param. Default: 
false. - Strip
Alpn bool - The StripAlpn param. Default: 
false. 
- auto
Include BooleanAltname  - The AutoIncludeAltname param. Default: 
false. - block
Client BooleanCert  - The BlockClientCert param. Default: 
false. - block
Expired BooleanCertificate  - The BlockExpiredCertificate param. Default: 
false. - block
Timeout BooleanCert  - The BlockTimeoutCert param. Default: 
false. - block
Tls13Downgrade BooleanNo Resource  - The BlockTls13DowngradeNoResource param. Default: 
false. - block
Unknown BooleanCert  - The BlockUnknownCert param. Default: 
false. - block
Unsupported BooleanCipher  - The BlockUnsupportedCipher param. Default: 
false. - block
Unsupported BooleanVersion  - The BlockUnsupportedVersion param. Default: 
false. - block
Untrusted BooleanIssuer  - The BlockUntrustedIssuer param. Default: 
false. - restrict
Cert BooleanExts  - The RestrictCertExts param. Default: 
false. - strip
Alpn Boolean - The StripAlpn param. Default: 
false. 
- auto
Include booleanAltname  - The AutoIncludeAltname param. Default: 
false. - block
Client booleanCert  - The BlockClientCert param. Default: 
false. - block
Expired booleanCertificate  - The BlockExpiredCertificate param. Default: 
false. - block
Timeout booleanCert  - The BlockTimeoutCert param. Default: 
false. - block
Tls13Downgrade booleanNo Resource  - The BlockTls13DowngradeNoResource param. Default: 
false. - block
Unknown booleanCert  - The BlockUnknownCert param. Default: 
false. - block
Unsupported booleanCipher  - The BlockUnsupportedCipher param. Default: 
false. - block
Unsupported booleanVersion  - The BlockUnsupportedVersion param. Default: 
false. - block
Untrusted booleanIssuer  - The BlockUntrustedIssuer param. Default: 
false. - restrict
Cert booleanExts  - The RestrictCertExts param. Default: 
false. - strip
Alpn boolean - The StripAlpn param. Default: 
false. 
- auto_
include_ boolaltname  - The AutoIncludeAltname param. Default: 
false. - block_
client_ boolcert  - The BlockClientCert param. Default: 
false. - block_
expired_ boolcertificate  - The BlockExpiredCertificate param. Default: 
false. - block_
timeout_ boolcert  - The BlockTimeoutCert param. Default: 
false. - block_
tls13_ booldowngrade_ no_ resource  - The BlockTls13DowngradeNoResource param. Default: 
false. - block_
unknown_ boolcert  - The BlockUnknownCert param. Default: 
false. - block_
unsupported_ boolcipher  - The BlockUnsupportedCipher param. Default: 
false. - block_
unsupported_ boolversion  - The BlockUnsupportedVersion param. Default: 
false. - block_
untrusted_ boolissuer  - The BlockUntrustedIssuer param. Default: 
false. - restrict_
cert_ boolexts  - The RestrictCertExts param. Default: 
false. - strip_
alpn bool - The StripAlpn param. Default: 
false. 
- auto
Include BooleanAltname  - The AutoIncludeAltname param. Default: 
false. - block
Client BooleanCert  - The BlockClientCert param. Default: 
false. - block
Expired BooleanCertificate  - The BlockExpiredCertificate param. Default: 
false. - block
Timeout BooleanCert  - The BlockTimeoutCert param. Default: 
false. - block
Tls13Downgrade BooleanNo Resource  - The BlockTls13DowngradeNoResource param. Default: 
false. - block
Unknown BooleanCert  - The BlockUnknownCert param. Default: 
false. - block
Unsupported BooleanCipher  - The BlockUnsupportedCipher param. Default: 
false. - block
Unsupported BooleanVersion  - The BlockUnsupportedVersion param. Default: 
false. - block
Untrusted BooleanIssuer  - The BlockUntrustedIssuer param. Default: 
false. - restrict
Cert BooleanExts  - The RestrictCertExts param. Default: 
false. - strip
Alpn Boolean - The StripAlpn param. Default: 
false. 
GetDecryptionProfileSslInboundProxy     
- bool
 - The BlockIfHsmUnavailable param. Default: 
false. - Block
If boolNo Resource  - The BlockIfNoResource param. Default: 
false. - Block
Unsupported boolCipher  - The BlockUnsupportedCipher param. Default: 
false. - Block
Unsupported boolVersion  - The BlockUnsupportedVersion param. Default: 
false. 
- bool
 - The BlockIfHsmUnavailable param. Default: 
false. - Block
If boolNo Resource  - The BlockIfNoResource param. Default: 
false. - Block
Unsupported boolCipher  - The BlockUnsupportedCipher param. Default: 
false. - Block
Unsupported boolVersion  - The BlockUnsupportedVersion param. Default: 
false. 
- Boolean
 - The BlockIfHsmUnavailable param. Default: 
false. - block
If BooleanNo Resource  - The BlockIfNoResource param. Default: 
false. - block
Unsupported BooleanCipher  - The BlockUnsupportedCipher param. Default: 
false. - block
Unsupported BooleanVersion  - The BlockUnsupportedVersion param. Default: 
false. 
- boolean
 - The BlockIfHsmUnavailable param. Default: 
false. - block
If booleanNo Resource  - The BlockIfNoResource param. Default: 
false. - block
Unsupported booleanCipher  - The BlockUnsupportedCipher param. Default: 
false. - block
Unsupported booleanVersion  - The BlockUnsupportedVersion param. Default: 
false. 
- bool
 - The BlockIfHsmUnavailable param. Default: 
false. - block_
if_ boolno_ resource  - The BlockIfNoResource param. Default: 
false. - block_
unsupported_ boolcipher  - The BlockUnsupportedCipher param. Default: 
false. - block_
unsupported_ boolversion  - The BlockUnsupportedVersion param. Default: 
false. 
- Boolean
 - The BlockIfHsmUnavailable param. Default: 
false. - block
If BooleanNo Resource  - The BlockIfNoResource param. Default: 
false. - block
Unsupported BooleanCipher  - The BlockUnsupportedCipher param. Default: 
false. - block
Unsupported BooleanVersion  - The BlockUnsupportedVersion param. Default: 
false. 
GetDecryptionProfileSslNoProxy     
- Block
Expired boolCertificate  - The BlockExpiredCertificate param. Default: 
false. - Block
Untrusted boolIssuer  - The BlockUntrustedIssuer param. Default: 
false. 
- Block
Expired boolCertificate  - The BlockExpiredCertificate param. Default: 
false. - Block
Untrusted boolIssuer  - The BlockUntrustedIssuer param. Default: 
false. 
- block
Expired BooleanCertificate  - The BlockExpiredCertificate param. Default: 
false. - block
Untrusted BooleanIssuer  - The BlockUntrustedIssuer param. Default: 
false. 
- block
Expired booleanCertificate  - The BlockExpiredCertificate param. Default: 
false. - block
Untrusted booleanIssuer  - The BlockUntrustedIssuer param. Default: 
false. 
- block_
expired_ boolcertificate  - The BlockExpiredCertificate param. Default: 
false. - block_
untrusted_ boolissuer  - The BlockUntrustedIssuer param. Default: 
false. 
- block
Expired BooleanCertificate  - The BlockExpiredCertificate param. Default: 
false. - block
Untrusted BooleanIssuer  - The BlockUntrustedIssuer param. Default: 
false. 
GetDecryptionProfileSslProtocolSettings     
- Auth
Algo boolMd5  - The AuthAlgoMd5 param. Default: 
true. - Auth
Algo boolSha1  - The AuthAlgoSha1 param. Default: 
true. - Auth
Algo boolSha256  - The AuthAlgoSha256 param. Default: 
true. - Auth
Algo boolSha384  - The AuthAlgoSha384 param. Default: 
true. - Enc
Algo3des bool - The EncAlgo3des param. Default: 
true. - Enc
Algo boolAes128Cbc  - The EncAlgoAes128Cbc param. Default: 
true. - Enc
Algo boolAes128Gcm  - The EncAlgoAes128Gcm param. Default: 
true. - Enc
Algo boolAes256Cbc  - The EncAlgoAes256Cbc param. Default: 
true. - Enc
Algo boolAes256Gcm  - The EncAlgoAes256Gcm param. Default: 
true. - Enc
Algo boolChacha20Poly1305  - The EncAlgoChacha20Poly1305 param. Default: 
true. - Enc
Algo boolRc4  - The EncAlgoRc4 param. Default: 
true. - Keyxchg
Algo boolDhe  - The KeyxchgAlgoDhe param. Default: 
true. - Keyxchg
Algo boolEcdhe  - The KeyxchgAlgoEcdhe param. Default: 
true. - Keyxchg
Algo boolRsa  - The KeyxchgAlgoRsa param. Default: 
true. - Max
Version string - The MaxVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3","max". Default:"tls1-2". - Min
Version string - The MinVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3". Default:"tls1-0". 
- Auth
Algo boolMd5  - The AuthAlgoMd5 param. Default: 
true. - Auth
Algo boolSha1  - The AuthAlgoSha1 param. Default: 
true. - Auth
Algo boolSha256  - The AuthAlgoSha256 param. Default: 
true. - Auth
Algo boolSha384  - The AuthAlgoSha384 param. Default: 
true. - Enc
Algo3des bool - The EncAlgo3des param. Default: 
true. - Enc
Algo boolAes128Cbc  - The EncAlgoAes128Cbc param. Default: 
true. - Enc
Algo boolAes128Gcm  - The EncAlgoAes128Gcm param. Default: 
true. - Enc
Algo boolAes256Cbc  - The EncAlgoAes256Cbc param. Default: 
true. - Enc
Algo boolAes256Gcm  - The EncAlgoAes256Gcm param. Default: 
true. - Enc
Algo boolChacha20Poly1305  - The EncAlgoChacha20Poly1305 param. Default: 
true. - Enc
Algo boolRc4  - The EncAlgoRc4 param. Default: 
true. - Keyxchg
Algo boolDhe  - The KeyxchgAlgoDhe param. Default: 
true. - Keyxchg
Algo boolEcdhe  - The KeyxchgAlgoEcdhe param. Default: 
true. - Keyxchg
Algo boolRsa  - The KeyxchgAlgoRsa param. Default: 
true. - Max
Version string - The MaxVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3","max". Default:"tls1-2". - Min
Version string - The MinVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3". Default:"tls1-0". 
- auth
Algo BooleanMd5  - The AuthAlgoMd5 param. Default: 
true. - auth
Algo BooleanSha1  - The AuthAlgoSha1 param. Default: 
true. - auth
Algo BooleanSha256  - The AuthAlgoSha256 param. Default: 
true. - auth
Algo BooleanSha384  - The AuthAlgoSha384 param. Default: 
true. - enc
Algo3des Boolean - The EncAlgo3des param. Default: 
true. - enc
Algo BooleanAes128Cbc  - The EncAlgoAes128Cbc param. Default: 
true. - enc
Algo BooleanAes128Gcm  - The EncAlgoAes128Gcm param. Default: 
true. - enc
Algo BooleanAes256Cbc  - The EncAlgoAes256Cbc param. Default: 
true. - enc
Algo BooleanAes256Gcm  - The EncAlgoAes256Gcm param. Default: 
true. - enc
Algo BooleanChacha20Poly1305  - The EncAlgoChacha20Poly1305 param. Default: 
true. - enc
Algo BooleanRc4  - The EncAlgoRc4 param. Default: 
true. - keyxchg
Algo BooleanDhe  - The KeyxchgAlgoDhe param. Default: 
true. - keyxchg
Algo BooleanEcdhe  - The KeyxchgAlgoEcdhe param. Default: 
true. - keyxchg
Algo BooleanRsa  - The KeyxchgAlgoRsa param. Default: 
true. - max
Version String - The MaxVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3","max". Default:"tls1-2". - min
Version String - The MinVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3". Default:"tls1-0". 
- auth
Algo booleanMd5  - The AuthAlgoMd5 param. Default: 
true. - auth
Algo booleanSha1  - The AuthAlgoSha1 param. Default: 
true. - auth
Algo booleanSha256  - The AuthAlgoSha256 param. Default: 
true. - auth
Algo booleanSha384  - The AuthAlgoSha384 param. Default: 
true. - enc
Algo3des boolean - The EncAlgo3des param. Default: 
true. - enc
Algo booleanAes128Cbc  - The EncAlgoAes128Cbc param. Default: 
true. - enc
Algo booleanAes128Gcm  - The EncAlgoAes128Gcm param. Default: 
true. - enc
Algo booleanAes256Cbc  - The EncAlgoAes256Cbc param. Default: 
true. - enc
Algo booleanAes256Gcm  - The EncAlgoAes256Gcm param. Default: 
true. - enc
Algo booleanChacha20Poly1305  - The EncAlgoChacha20Poly1305 param. Default: 
true. - enc
Algo booleanRc4  - The EncAlgoRc4 param. Default: 
true. - keyxchg
Algo booleanDhe  - The KeyxchgAlgoDhe param. Default: 
true. - keyxchg
Algo booleanEcdhe  - The KeyxchgAlgoEcdhe param. Default: 
true. - keyxchg
Algo booleanRsa  - The KeyxchgAlgoRsa param. Default: 
true. - max
Version string - The MaxVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3","max". Default:"tls1-2". - min
Version string - The MinVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3". Default:"tls1-0". 
- auth_
algo_ boolmd5  - The AuthAlgoMd5 param. Default: 
true. - auth_
algo_ boolsha1  - The AuthAlgoSha1 param. Default: 
true. - auth_
algo_ boolsha256  - The AuthAlgoSha256 param. Default: 
true. - auth_
algo_ boolsha384  - The AuthAlgoSha384 param. Default: 
true. - enc_
algo3des bool - The EncAlgo3des param. Default: 
true. - enc_
algo_ boolaes128_ cbc  - The EncAlgoAes128Cbc param. Default: 
true. - enc_
algo_ boolaes128_ gcm  - The EncAlgoAes128Gcm param. Default: 
true. - enc_
algo_ boolaes256_ cbc  - The EncAlgoAes256Cbc param. Default: 
true. - enc_
algo_ boolaes256_ gcm  - The EncAlgoAes256Gcm param. Default: 
true. - enc_
algo_ boolchacha20_ poly1305  - The EncAlgoChacha20Poly1305 param. Default: 
true. - enc_
algo_ boolrc4  - The EncAlgoRc4 param. Default: 
true. - keyxchg_
algo_ booldhe  - The KeyxchgAlgoDhe param. Default: 
true. - keyxchg_
algo_ boolecdhe  - The KeyxchgAlgoEcdhe param. Default: 
true. - keyxchg_
algo_ boolrsa  - 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". 
- auth
Algo BooleanMd5  - The AuthAlgoMd5 param. Default: 
true. - auth
Algo BooleanSha1  - The AuthAlgoSha1 param. Default: 
true. - auth
Algo BooleanSha256  - The AuthAlgoSha256 param. Default: 
true. - auth
Algo BooleanSha384  - The AuthAlgoSha384 param. Default: 
true. - enc
Algo3des Boolean - The EncAlgo3des param. Default: 
true. - enc
Algo BooleanAes128Cbc  - The EncAlgoAes128Cbc param. Default: 
true. - enc
Algo BooleanAes128Gcm  - The EncAlgoAes128Gcm param. Default: 
true. - enc
Algo BooleanAes256Cbc  - The EncAlgoAes256Cbc param. Default: 
true. - enc
Algo BooleanAes256Gcm  - The EncAlgoAes256Gcm param. Default: 
true. - enc
Algo BooleanChacha20Poly1305  - The EncAlgoChacha20Poly1305 param. Default: 
true. - enc
Algo BooleanRc4  - The EncAlgoRc4 param. Default: 
true. - keyxchg
Algo BooleanDhe  - The KeyxchgAlgoDhe param. Default: 
true. - keyxchg
Algo BooleanEcdhe  - The KeyxchgAlgoEcdhe param. Default: 
true. - keyxchg
Algo BooleanRsa  - The KeyxchgAlgoRsa param. Default: 
true. - max
Version String - The MaxVersion param. String must be one of these: 
"sslv3","tls1-0","tls1-1","tls1-2","tls1-3","max". Default:"tls1-2". - min
Version 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 
scmTerraform Provider.