1. Packages
  2. Strata Cloud Manager (Palo Alto SCM)
  3. API Docs
  4. getDecryptionProfileList
Strata Cloud Manager v0.1.4 published on Tuesday, Sep 24, 2024 by Pulumi

scm.getDecryptionProfileList

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.4 published on Tuesday, Sep 24, 2024 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",
    });
    
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getDecryptionProfileList:getDecryptionProfileList
      arguments:
        # arguments dictionary

    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 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,}$.
    SslForwardProxy GetDecryptionProfileListDataSslForwardProxy
    The SslForwardProxy param.
    SslInboundProxy GetDecryptionProfileListDataSslInboundProxy
    The SslInboundProxy param.
    SslNoProxy GetDecryptionProfileListDataSslNoProxy
    The SslNoProxy param.
    SslProtocolSettings GetDecryptionProfileListDataSslProtocolSettings
    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,}$.
    SslForwardProxy GetDecryptionProfileListDataSslForwardProxy
    The SslForwardProxy param.
    SslInboundProxy GetDecryptionProfileListDataSslInboundProxy
    The SslInboundProxy param.
    SslNoProxy GetDecryptionProfileListDataSslNoProxy
    The SslNoProxy param.
    SslProtocolSettings GetDecryptionProfileListDataSslProtocolSettings
    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,}$.
    sslForwardProxy GetDecryptionProfileListDataSslForwardProxy
    The SslForwardProxy param.
    sslInboundProxy GetDecryptionProfileListDataSslInboundProxy
    The SslInboundProxy param.
    sslNoProxy GetDecryptionProfileListDataSslNoProxy
    The SslNoProxy param.
    sslProtocolSettings GetDecryptionProfileListDataSslProtocolSettings
    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,}$.
    sslForwardProxy GetDecryptionProfileListDataSslForwardProxy
    The SslForwardProxy param.
    sslInboundProxy GetDecryptionProfileListDataSslInboundProxy
    The SslInboundProxy param.
    sslNoProxy GetDecryptionProfileListDataSslNoProxy
    The SslNoProxy param.
    sslProtocolSettings GetDecryptionProfileListDataSslProtocolSettings
    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_proxy GetDecryptionProfileListDataSslForwardProxy
    The SslForwardProxy param.
    ssl_inbound_proxy GetDecryptionProfileListDataSslInboundProxy
    The SslInboundProxy param.
    ssl_no_proxy GetDecryptionProfileListDataSslNoProxy
    The SslNoProxy param.
    ssl_protocol_settings GetDecryptionProfileListDataSslProtocolSettings
    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,}$.
    sslForwardProxy Property Map
    The SslForwardProxy param.
    sslInboundProxy Property Map
    The SslInboundProxy param.
    sslNoProxy Property Map
    The SslNoProxy param.
    sslProtocolSettings Property Map
    The SslProtocolSettings param.

    GetDecryptionProfileListDataSslForwardProxy

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

    GetDecryptionProfileListDataSslInboundProxy

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

    GetDecryptionProfileListDataSslNoProxy

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

    GetDecryptionProfileListDataSslProtocolSettings

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

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.1.4 published on Tuesday, Sep 24, 2024 by Pulumi