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

scm.getDecryptionProfileList

Explore with Pulumi AI

Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

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",
});
Copy
import pulumi
import pulumi_scm as scm

example = scm.get_decryption_profile_list(folder="Shared")
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.GetDecryptionProfileList(ctx, &scm.GetDecryptionProfileListArgs{
			Folder: pulumi.StringRef("Shared"),
		}, 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.GetDecryptionProfileList.Invoke(new()
    {
        Folder = "Shared",
    });

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

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getDecryptionProfileList
      arguments:
        folder: Shared
Copy

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>
Copy
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]
Copy
func GetDecryptionProfileList(ctx *Context, args *GetDecryptionProfileListArgs, opts ...InvokeOption) (*GetDecryptionProfileListResult, error)
func GetDecryptionProfileListOutput(ctx *Context, args *GetDecryptionProfileListOutputArgs, opts ...InvokeOption) GetDecryptionProfileListResultOutput
Copy

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

The following arguments are supported:

Device string
The Device param.
Folder string
The Folder param.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Name string
The Name param.
Offset int
The Offset param. Default: 0.
Snippet string
The Snippet param.
Device string
The Device param.
Folder string
The Folder param.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Name string
The Name param.
Offset int
The Offset param. Default: 0.
Snippet string
The Snippet param.
device String
The Device param.
folder String
The Folder param.
limit Integer
The Limit param. A limit of -1 will return all configured items. Default: 200.
name String
The Name param.
offset Integer
The Offset param. Default: 0.
snippet String
The Snippet param.
device string
The Device param.
folder string
The Folder param.
limit number
The Limit param. A limit of -1 will return all configured items. Default: 200.
name string
The Name param.
offset number
The Offset param. Default: 0.
snippet string
The Snippet param.
device str
The Device param.
folder str
The Folder param.
limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
name str
The Name param.
offset int
The Offset param. Default: 0.
snippet str
The Snippet param.
device String
The Device param.
folder String
The Folder param.
limit Number
The Limit param. A limit of -1 will return all configured items. Default: 200.
name String
The Name param.
offset Number
The Offset param. Default: 0.
snippet String
The Snippet param.

getDecryptionProfileList Result

The following output properties are available:

Datas List<GetDecryptionProfileListData>
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 []GetDecryptionProfileListData
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<GetDecryptionProfileListData>
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 GetDecryptionProfileListData[]
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[GetDecryptionProfileListData]
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 This property is required. string
UUID of the resource.
Name This property is required. 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 This property is required. GetDecryptionProfileListDataSslForwardProxy
The SslForwardProxy param.
SslInboundProxy This property is required. GetDecryptionProfileListDataSslInboundProxy
The SslInboundProxy param.
SslNoProxy This property is required. GetDecryptionProfileListDataSslNoProxy
The SslNoProxy param.
SslProtocolSettings This property is required. GetDecryptionProfileListDataSslProtocolSettings
The SslProtocolSettings param.
Id This property is required. string
UUID of the resource.
Name This property is required. 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 This property is required. GetDecryptionProfileListDataSslForwardProxy
The SslForwardProxy param.
SslInboundProxy This property is required. GetDecryptionProfileListDataSslInboundProxy
The SslInboundProxy param.
SslNoProxy This property is required. GetDecryptionProfileListDataSslNoProxy
The SslNoProxy param.
SslProtocolSettings This property is required. GetDecryptionProfileListDataSslProtocolSettings
The SslProtocolSettings param.
id This property is required. String
UUID of the resource.
name This property is required. 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 This property is required. GetDecryptionProfileListDataSslForwardProxy
The SslForwardProxy param.
sslInboundProxy This property is required. GetDecryptionProfileListDataSslInboundProxy
The SslInboundProxy param.
sslNoProxy This property is required. GetDecryptionProfileListDataSslNoProxy
The SslNoProxy param.
sslProtocolSettings This property is required. GetDecryptionProfileListDataSslProtocolSettings
The SslProtocolSettings param.
id This property is required. string
UUID of the resource.
name This property is required. 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 This property is required. GetDecryptionProfileListDataSslForwardProxy
The SslForwardProxy param.
sslInboundProxy This property is required. GetDecryptionProfileListDataSslInboundProxy
The SslInboundProxy param.
sslNoProxy This property is required. GetDecryptionProfileListDataSslNoProxy
The SslNoProxy param.
sslProtocolSettings This property is required. GetDecryptionProfileListDataSslProtocolSettings
The SslProtocolSettings param.
id This property is required. str
UUID of the resource.
name This property is required. 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 This property is required. GetDecryptionProfileListDataSslForwardProxy
The SslForwardProxy param.
ssl_inbound_proxy This property is required. GetDecryptionProfileListDataSslInboundProxy
The SslInboundProxy param.
ssl_no_proxy This property is required. GetDecryptionProfileListDataSslNoProxy
The SslNoProxy param.
ssl_protocol_settings This property is required. GetDecryptionProfileListDataSslProtocolSettings
The SslProtocolSettings param.
id This property is required. String
UUID of the resource.
name This property is required. 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 This property is required. Property Map
The SslForwardProxy param.
sslInboundProxy This property is required. Property Map
The SslInboundProxy param.
sslNoProxy This property is required. Property Map
The SslNoProxy param.
sslProtocolSettings This property is required. Property Map
The SslProtocolSettings param.

GetDecryptionProfileListDataSslForwardProxy

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.

GetDecryptionProfileListDataSslInboundProxy

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.

GetDecryptionProfileListDataSslNoProxy

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.

GetDecryptionProfileListDataSslProtocolSettings

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