Strata Cloud Manager v0.3.2 published on Thursday, May 8, 2025 by Pulumi
scm.getDecryptionProfileList
Explore with Pulumi AI
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getDecryptionProfileList({
    folder: "Shared",
});
import pulumi
import pulumi_scm as scm
example = scm.get_decryption_profile_list(folder="Shared")
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.GetDecryptionProfileList(ctx, &scm.GetDecryptionProfileListArgs{
			Folder: pulumi.StringRef("Shared"),
		}, 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.GetDecryptionProfileList.Invoke(new()
    {
        Folder = "Shared",
    });
});
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.GetDecryptionProfileListArgs;
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.getDecryptionProfileList(GetDecryptionProfileListArgs.builder()
            .folder("Shared")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: scm:getDecryptionProfileList
      arguments:
        folder: Shared
Using getDecryptionProfileList
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 getDecryptionProfileList(args: GetDecryptionProfileListArgs, opts?: InvokeOptions): Promise<GetDecryptionProfileListResult>
function getDecryptionProfileListOutput(args: GetDecryptionProfileListOutputArgs, opts?: InvokeOptions): Output<GetDecryptionProfileListResult>def get_decryption_profile_list(device: Optional[str] = None,
                                folder: Optional[str] = None,
                                limit: Optional[int] = None,
                                name: Optional[str] = None,
                                offset: Optional[int] = None,
                                snippet: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDecryptionProfileListResult
def get_decryption_profile_list_output(device: Optional[pulumi.Input[str]] = None,
                                folder: Optional[pulumi.Input[str]] = None,
                                limit: Optional[pulumi.Input[int]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                offset: Optional[pulumi.Input[int]] = None,
                                snippet: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetDecryptionProfileListResult]func GetDecryptionProfileList(ctx *Context, args *GetDecryptionProfileListArgs, opts ...InvokeOption) (*GetDecryptionProfileListResult, error)
func GetDecryptionProfileListOutput(ctx *Context, args *GetDecryptionProfileListOutputArgs, opts ...InvokeOption) GetDecryptionProfileListResultOutput> Note: This function is named GetDecryptionProfileList in the Go SDK.
public static class GetDecryptionProfileList 
{
    public static Task<GetDecryptionProfileListResult> InvokeAsync(GetDecryptionProfileListArgs args, InvokeOptions? opts = null)
    public static Output<GetDecryptionProfileListResult> Invoke(GetDecryptionProfileListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDecryptionProfileListResult> getDecryptionProfileList(GetDecryptionProfileListArgs args, InvokeOptions options)
public static Output<GetDecryptionProfileListResult> getDecryptionProfileList(GetDecryptionProfileListArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getDecryptionProfileList:getDecryptionProfileList
  arguments:
    # arguments dictionaryThe following arguments are supported:
getDecryptionProfileList Result
The following output properties are available:
- Datas
List<GetDecryption Profile List Data> 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- Datas
[]GetDecryption Profile List Data 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- datas
List<GetDecryption Profile List Data> 
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Integer
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Integer
- The Offset param. Default: 0.
- tfid String
- total Integer
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
- datas
GetDecryption Profile List Data[] 
- The Data param.
- id string
- The provider-assigned unique ID for this managed resource.
- limit number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset number
- The Offset param. Default: 0.
- tfid string
- total number
- The Total param.
- device string
- The Device param.
- folder string
- The Folder param.
- name string
- The Name param.
- snippet string
- The Snippet param.
- datas
Sequence[GetDecryption Profile List Data] 
- The Data param.
- id str
- The provider-assigned unique ID for this managed resource.
- limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset int
- The Offset param. Default: 0.
- tfid str
- total int
- The Total param.
- device str
- The Device param.
- folder str
- The Folder param.
- name str
- The Name param.
- snippet str
- The Snippet param.
- datas List<Property Map>
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Number
- The Offset param. Default: 0.
- tfid String
- total Number
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
Supporting Types
GetDecryptionProfileListData    
- Id string
- UUID of the resource.
- 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,}$.
- SslForward GetProxy Decryption Profile List Data Ssl Forward Proxy 
- The SslForwardProxy param.
- SslInbound GetProxy Decryption Profile List Data Ssl Inbound Proxy 
- The SslInboundProxy param.
- SslNo GetProxy Decryption Profile List Data Ssl No Proxy 
- The SslNoProxy param.
- SslProtocol GetSettings Decryption Profile List Data Ssl Protocol Settings 
- The SslProtocolSettings param.
- Id string
- UUID of the resource.
- 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,}$.
- SslForward GetProxy Decryption Profile List Data Ssl Forward Proxy 
- The SslForwardProxy param.
- SslInbound GetProxy Decryption Profile List Data Ssl Inbound Proxy 
- The SslInboundProxy param.
- SslNo GetProxy Decryption Profile List Data Ssl No Proxy 
- The SslNoProxy param.
- SslProtocol GetSettings Decryption Profile List Data Ssl Protocol Settings 
- The SslProtocolSettings param.
- id String
- UUID of the resource.
- 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,}$.
- sslForward GetProxy Decryption Profile List Data Ssl Forward Proxy 
- The SslForwardProxy param.
- sslInbound GetProxy Decryption Profile List Data Ssl Inbound Proxy 
- The SslInboundProxy param.
- sslNo GetProxy Decryption Profile List Data Ssl No Proxy 
- The SslNoProxy param.
- sslProtocol GetSettings Decryption Profile List Data Ssl Protocol Settings 
- The SslProtocolSettings param.
- id string
- UUID of the resource.
- 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,}$.
- sslForward GetProxy Decryption Profile List Data Ssl Forward Proxy 
- The SslForwardProxy param.
- sslInbound GetProxy Decryption Profile List Data Ssl Inbound Proxy 
- The SslInboundProxy param.
- sslNo GetProxy Decryption Profile List Data Ssl No Proxy 
- The SslNoProxy param.
- sslProtocol GetSettings Decryption Profile List Data Ssl Protocol Settings 
- The SslProtocolSettings param.
- id str
- UUID of the resource.
- 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 List Data Ssl Forward Proxy 
- The SslForwardProxy param.
- ssl_inbound_ Getproxy Decryption Profile List Data Ssl Inbound Proxy 
- The SslInboundProxy param.
- ssl_no_ Getproxy Decryption Profile List Data Ssl No Proxy 
- The SslNoProxy param.
- ssl_protocol_ Getsettings Decryption Profile List Data Ssl Protocol Settings 
- The SslProtocolSettings param.
- id String
- UUID of the resource.
- 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,}$.
- sslForward Property MapProxy 
- The SslForwardProxy param.
- sslInbound Property MapProxy 
- The SslInboundProxy param.
- sslNo Property MapProxy 
- The SslNoProxy param.
- sslProtocol Property MapSettings 
- The SslProtocolSettings param.
GetDecryptionProfileListDataSslForwardProxy       
- AutoInclude boolAltname 
- The AutoIncludeAltname param. Default: false.
- BlockClient boolCert 
- The BlockClientCert param. Default: false.
- BlockExpired boolCertificate 
- The BlockExpiredCertificate param. Default: false.
- BlockTimeout boolCert 
- The BlockTimeoutCert param. Default: false.
- BlockTls13Downgrade boolNo Resource 
- The BlockTls13DowngradeNoResource param. Default: false.
- BlockUnknown boolCert 
- The BlockUnknownCert param. Default: false.
- BlockUnsupported boolCipher 
- The BlockUnsupportedCipher param. Default: false.
- BlockUnsupported boolVersion 
- The BlockUnsupportedVersion param. Default: false.
- BlockUntrusted boolIssuer 
- The BlockUntrustedIssuer param. Default: false.
- RestrictCert boolExts 
- The RestrictCertExts param. Default: false.
- StripAlpn bool
- The StripAlpn param. Default: false.
- AutoInclude boolAltname 
- The AutoIncludeAltname param. Default: false.
- BlockClient boolCert 
- The BlockClientCert param. Default: false.
- BlockExpired boolCertificate 
- The BlockExpiredCertificate param. Default: false.
- BlockTimeout boolCert 
- The BlockTimeoutCert param. Default: false.
- BlockTls13Downgrade boolNo Resource 
- The BlockTls13DowngradeNoResource param. Default: false.
- BlockUnknown boolCert 
- The BlockUnknownCert param. Default: false.
- BlockUnsupported boolCipher 
- The BlockUnsupportedCipher param. Default: false.
- BlockUnsupported boolVersion 
- The BlockUnsupportedVersion param. Default: false.
- BlockUntrusted boolIssuer 
- The BlockUntrustedIssuer param. Default: false.
- RestrictCert boolExts 
- The RestrictCertExts param. Default: false.
- StripAlpn bool
- The StripAlpn param. Default: false.
- autoInclude BooleanAltname 
- The AutoIncludeAltname param. Default: false.
- blockClient BooleanCert 
- The BlockClientCert param. Default: false.
- blockExpired BooleanCertificate 
- The BlockExpiredCertificate param. Default: false.
- blockTimeout BooleanCert 
- The BlockTimeoutCert param. Default: false.
- blockTls13Downgrade BooleanNo Resource 
- The BlockTls13DowngradeNoResource param. Default: false.
- blockUnknown BooleanCert 
- The BlockUnknownCert param. Default: false.
- blockUnsupported BooleanCipher 
- The BlockUnsupportedCipher param. Default: false.
- blockUnsupported BooleanVersion 
- The BlockUnsupportedVersion param. Default: false.
- blockUntrusted BooleanIssuer 
- The BlockUntrustedIssuer param. Default: false.
- restrictCert BooleanExts 
- The RestrictCertExts param. Default: false.
- stripAlpn Boolean
- The StripAlpn param. Default: false.
- autoInclude booleanAltname 
- The AutoIncludeAltname param. Default: false.
- blockClient booleanCert 
- The BlockClientCert param. Default: false.
- blockExpired booleanCertificate 
- The BlockExpiredCertificate param. Default: false.
- blockTimeout booleanCert 
- The BlockTimeoutCert param. Default: false.
- blockTls13Downgrade booleanNo Resource 
- The BlockTls13DowngradeNoResource param. Default: false.
- blockUnknown booleanCert 
- The BlockUnknownCert param. Default: false.
- blockUnsupported booleanCipher 
- The BlockUnsupportedCipher param. Default: false.
- blockUnsupported booleanVersion 
- The BlockUnsupportedVersion param. Default: false.
- blockUntrusted booleanIssuer 
- The BlockUntrustedIssuer param. Default: false.
- restrictCert booleanExts 
- The RestrictCertExts param. Default: false.
- stripAlpn 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.
- autoInclude BooleanAltname 
- The AutoIncludeAltname param. Default: false.
- blockClient BooleanCert 
- The BlockClientCert param. Default: false.
- blockExpired BooleanCertificate 
- The BlockExpiredCertificate param. Default: false.
- blockTimeout BooleanCert 
- The BlockTimeoutCert param. Default: false.
- blockTls13Downgrade BooleanNo Resource 
- The BlockTls13DowngradeNoResource param. Default: false.
- blockUnknown BooleanCert 
- The BlockUnknownCert param. Default: false.
- blockUnsupported BooleanCipher 
- The BlockUnsupportedCipher param. Default: false.
- blockUnsupported BooleanVersion 
- The BlockUnsupportedVersion param. Default: false.
- blockUntrusted BooleanIssuer 
- The BlockUntrustedIssuer param. Default: false.
- restrictCert BooleanExts 
- The RestrictCertExts param. Default: false.
- stripAlpn Boolean
- The StripAlpn param. Default: false.
GetDecryptionProfileListDataSslInboundProxy       
- bool
- The BlockIfHsmUnavailable param. Default: false.
- BlockIf boolNo Resource 
- The BlockIfNoResource param. Default: false.
- BlockUnsupported boolCipher 
- The BlockUnsupportedCipher param. Default: false.
- BlockUnsupported boolVersion 
- The BlockUnsupportedVersion param. Default: false.
- bool
- The BlockIfHsmUnavailable param. Default: false.
- BlockIf boolNo Resource 
- The BlockIfNoResource param. Default: false.
- BlockUnsupported boolCipher 
- The BlockUnsupportedCipher param. Default: false.
- BlockUnsupported boolVersion 
- The BlockUnsupportedVersion param. Default: false.
- Boolean
- The BlockIfHsmUnavailable param. Default: false.
- blockIf BooleanNo Resource 
- The BlockIfNoResource param. Default: false.
- blockUnsupported BooleanCipher 
- The BlockUnsupportedCipher param. Default: false.
- blockUnsupported BooleanVersion 
- The BlockUnsupportedVersion param. Default: false.
- boolean
- The BlockIfHsmUnavailable param. Default: false.
- blockIf booleanNo Resource 
- The BlockIfNoResource param. Default: false.
- blockUnsupported booleanCipher 
- The BlockUnsupportedCipher param. Default: false.
- blockUnsupported 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.
- blockIf BooleanNo Resource 
- The BlockIfNoResource param. Default: false.
- blockUnsupported BooleanCipher 
- The BlockUnsupportedCipher param. Default: false.
- blockUnsupported BooleanVersion 
- The BlockUnsupportedVersion param. Default: false.
GetDecryptionProfileListDataSslNoProxy       
- BlockExpired boolCertificate 
- The BlockExpiredCertificate param. Default: false.
- BlockUntrusted boolIssuer 
- The BlockUntrustedIssuer param. Default: false.
- BlockExpired boolCertificate 
- The BlockExpiredCertificate param. Default: false.
- BlockUntrusted boolIssuer 
- The BlockUntrustedIssuer param. Default: false.
- blockExpired BooleanCertificate 
- The BlockExpiredCertificate param. Default: false.
- blockUntrusted BooleanIssuer 
- The BlockUntrustedIssuer param. Default: false.
- blockExpired booleanCertificate 
- The BlockExpiredCertificate param. Default: false.
- blockUntrusted booleanIssuer 
- The BlockUntrustedIssuer param. Default: false.
- block_expired_ boolcertificate 
- The BlockExpiredCertificate param. Default: false.
- block_untrusted_ boolissuer 
- The BlockUntrustedIssuer param. Default: false.
- blockExpired BooleanCertificate 
- The BlockExpiredCertificate param. Default: false.
- blockUntrusted BooleanIssuer 
- The BlockUntrustedIssuer param. Default: false.
GetDecryptionProfileListDataSslProtocolSettings       
- AuthAlgo boolMd5 
- The AuthAlgoMd5 param. Default: true.
- AuthAlgo boolSha1 
- The AuthAlgoSha1 param. Default: true.
- AuthAlgo boolSha256 
- The AuthAlgoSha256 param. Default: true.
- AuthAlgo boolSha384 
- The AuthAlgoSha384 param. Default: true.
- EncAlgo3des bool
- The EncAlgo3des param. Default: true.
- EncAlgo boolAes128Cbc 
- The EncAlgoAes128Cbc param. Default: true.
- EncAlgo boolAes128Gcm 
- The EncAlgoAes128Gcm param. Default: true.
- EncAlgo boolAes256Cbc 
- The EncAlgoAes256Cbc param. Default: true.
- EncAlgo boolAes256Gcm 
- The EncAlgoAes256Gcm param. Default: true.
- EncAlgo boolChacha20Poly1305 
- The EncAlgoChacha20Poly1305 param. Default: true.
- EncAlgo boolRc4 
- The EncAlgoRc4 param. Default: true.
- KeyxchgAlgo boolDhe 
- The KeyxchgAlgoDhe param. Default: true.
- KeyxchgAlgo boolEcdhe 
- The KeyxchgAlgoEcdhe param. Default: true.
- KeyxchgAlgo boolRsa 
- 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".
- AuthAlgo boolMd5 
- The AuthAlgoMd5 param. Default: true.
- AuthAlgo boolSha1 
- The AuthAlgoSha1 param. Default: true.
- AuthAlgo boolSha256 
- The AuthAlgoSha256 param. Default: true.
- AuthAlgo boolSha384 
- The AuthAlgoSha384 param. Default: true.
- EncAlgo3des bool
- The EncAlgo3des param. Default: true.
- EncAlgo boolAes128Cbc 
- The EncAlgoAes128Cbc param. Default: true.
- EncAlgo boolAes128Gcm 
- The EncAlgoAes128Gcm param. Default: true.
- EncAlgo boolAes256Cbc 
- The EncAlgoAes256Cbc param. Default: true.
- EncAlgo boolAes256Gcm 
- The EncAlgoAes256Gcm param. Default: true.
- EncAlgo boolChacha20Poly1305 
- The EncAlgoChacha20Poly1305 param. Default: true.
- EncAlgo boolRc4 
- The EncAlgoRc4 param. Default: true.
- KeyxchgAlgo boolDhe 
- The KeyxchgAlgoDhe param. Default: true.
- KeyxchgAlgo boolEcdhe 
- The KeyxchgAlgoEcdhe param. Default: true.
- KeyxchgAlgo boolRsa 
- 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".
- authAlgo BooleanMd5 
- The AuthAlgoMd5 param. Default: true.
- authAlgo BooleanSha1 
- The AuthAlgoSha1 param. Default: true.
- authAlgo BooleanSha256 
- The AuthAlgoSha256 param. Default: true.
- authAlgo BooleanSha384 
- The AuthAlgoSha384 param. Default: true.
- encAlgo3des Boolean
- The EncAlgo3des param. Default: true.
- encAlgo BooleanAes128Cbc 
- The EncAlgoAes128Cbc param. Default: true.
- encAlgo BooleanAes128Gcm 
- The EncAlgoAes128Gcm param. Default: true.
- encAlgo BooleanAes256Cbc 
- The EncAlgoAes256Cbc param. Default: true.
- encAlgo BooleanAes256Gcm 
- The EncAlgoAes256Gcm param. Default: true.
- encAlgo BooleanChacha20Poly1305 
- The EncAlgoChacha20Poly1305 param. Default: true.
- encAlgo BooleanRc4 
- The EncAlgoRc4 param. Default: true.
- keyxchgAlgo BooleanDhe 
- The KeyxchgAlgoDhe param. Default: true.
- keyxchgAlgo BooleanEcdhe 
- The KeyxchgAlgoEcdhe param. Default: true.
- keyxchgAlgo BooleanRsa 
- 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".
- authAlgo booleanMd5 
- The AuthAlgoMd5 param. Default: true.
- authAlgo booleanSha1 
- The AuthAlgoSha1 param. Default: true.
- authAlgo booleanSha256 
- The AuthAlgoSha256 param. Default: true.
- authAlgo booleanSha384 
- The AuthAlgoSha384 param. Default: true.
- encAlgo3des boolean
- The EncAlgo3des param. Default: true.
- encAlgo booleanAes128Cbc 
- The EncAlgoAes128Cbc param. Default: true.
- encAlgo booleanAes128Gcm 
- The EncAlgoAes128Gcm param. Default: true.
- encAlgo booleanAes256Cbc 
- The EncAlgoAes256Cbc param. Default: true.
- encAlgo booleanAes256Gcm 
- The EncAlgoAes256Gcm param. Default: true.
- encAlgo booleanChacha20Poly1305 
- The EncAlgoChacha20Poly1305 param. Default: true.
- encAlgo booleanRc4 
- The EncAlgoRc4 param. Default: true.
- keyxchgAlgo booleanDhe 
- The KeyxchgAlgoDhe param. Default: true.
- keyxchgAlgo booleanEcdhe 
- The KeyxchgAlgoEcdhe param. Default: true.
- keyxchgAlgo booleanRsa 
- 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_ 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".
- authAlgo BooleanMd5 
- The AuthAlgoMd5 param. Default: true.
- authAlgo BooleanSha1 
- The AuthAlgoSha1 param. Default: true.
- authAlgo BooleanSha256 
- The AuthAlgoSha256 param. Default: true.
- authAlgo BooleanSha384 
- The AuthAlgoSha384 param. Default: true.
- encAlgo3des Boolean
- The EncAlgo3des param. Default: true.
- encAlgo BooleanAes128Cbc 
- The EncAlgoAes128Cbc param. Default: true.
- encAlgo BooleanAes128Gcm 
- The EncAlgoAes128Gcm param. Default: true.
- encAlgo BooleanAes256Cbc 
- The EncAlgoAes256Cbc param. Default: true.
- encAlgo BooleanAes256Gcm 
- The EncAlgoAes256Gcm param. Default: true.
- encAlgo BooleanChacha20Poly1305 
- The EncAlgoChacha20Poly1305 param. Default: true.
- encAlgo BooleanRc4 
- The EncAlgoRc4 param. Default: true.
- keyxchgAlgo BooleanDhe 
- The KeyxchgAlgoDhe param. Default: true.
- keyxchgAlgo BooleanEcdhe 
- The KeyxchgAlgoEcdhe param. Default: true.
- keyxchgAlgo BooleanRsa 
- 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 scmTerraform Provider.
