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

scm.getTlsServiceProfileList

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.getTlsServiceProfileList({
        folder: "Shared",
    });
    
    import pulumi
    import pulumi_scm as scm
    
    example = scm.get_tls_service_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.GetTlsServiceProfileList(ctx, &scm.GetTlsServiceProfileListArgs{
    			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.GetTlsServiceProfileList.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.GetTlsServiceProfileListArgs;
    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.getTlsServiceProfileList(GetTlsServiceProfileListArgs.builder()
                .folder("Shared")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: scm:getTlsServiceProfileList
          Arguments:
            folder: Shared
    

    Using getTlsServiceProfileList

    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 getTlsServiceProfileList(args: GetTlsServiceProfileListArgs, opts?: InvokeOptions): Promise<GetTlsServiceProfileListResult>
    function getTlsServiceProfileListOutput(args: GetTlsServiceProfileListOutputArgs, opts?: InvokeOptions): Output<GetTlsServiceProfileListResult>
    def get_tls_service_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) -> GetTlsServiceProfileListResult
    def get_tls_service_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[GetTlsServiceProfileListResult]
    func GetTlsServiceProfileList(ctx *Context, args *GetTlsServiceProfileListArgs, opts ...InvokeOption) (*GetTlsServiceProfileListResult, error)
    func GetTlsServiceProfileListOutput(ctx *Context, args *GetTlsServiceProfileListOutputArgs, opts ...InvokeOption) GetTlsServiceProfileListResultOutput

    > Note: This function is named GetTlsServiceProfileList in the Go SDK.

    public static class GetTlsServiceProfileList 
    {
        public static Task<GetTlsServiceProfileListResult> InvokeAsync(GetTlsServiceProfileListArgs args, InvokeOptions? opts = null)
        public static Output<GetTlsServiceProfileListResult> Invoke(GetTlsServiceProfileListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTlsServiceProfileListResult> getTlsServiceProfileList(GetTlsServiceProfileListArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getTlsServiceProfileList:getTlsServiceProfileList
      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.

    getTlsServiceProfileList Result

    The following output properties are available:

    Datas List<GetTlsServiceProfileListData>
    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 []GetTlsServiceProfileListData
    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<GetTlsServiceProfileListData>
    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 GetTlsServiceProfileListData[]
    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[GetTlsServiceProfileListData]
    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

    GetTlsServiceProfileListData

    Certificate string
    SSL certificate file name. String length must not exceed 255 characters.
    Id string
    UUID of the resource.
    Name string
    SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: ^[a-zA-Z0-9._-]+$.
    ProtocolSettings GetTlsServiceProfileListDataProtocolSettings
    The ProtocolSettings param.
    Certificate string
    SSL certificate file name. String length must not exceed 255 characters.
    Id string
    UUID of the resource.
    Name string
    SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: ^[a-zA-Z0-9._-]+$.
    ProtocolSettings GetTlsServiceProfileListDataProtocolSettings
    The ProtocolSettings param.
    certificate String
    SSL certificate file name. String length must not exceed 255 characters.
    id String
    UUID of the resource.
    name String
    SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: ^[a-zA-Z0-9._-]+$.
    protocolSettings GetTlsServiceProfileListDataProtocolSettings
    The ProtocolSettings param.
    certificate string
    SSL certificate file name. String length must not exceed 255 characters.
    id string
    UUID of the resource.
    name string
    SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: ^[a-zA-Z0-9._-]+$.
    protocolSettings GetTlsServiceProfileListDataProtocolSettings
    The ProtocolSettings param.
    certificate str
    SSL certificate file name. String length must not exceed 255 characters.
    id str
    UUID of the resource.
    name str
    SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: ^[a-zA-Z0-9._-]+$.
    protocol_settings GetTlsServiceProfileListDataProtocolSettings
    The ProtocolSettings param.
    certificate String
    SSL certificate file name. String length must not exceed 255 characters.
    id String
    UUID of the resource.
    name String
    SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: ^[a-zA-Z0-9._-]+$.
    protocolSettings Property Map
    The ProtocolSettings param.

    GetTlsServiceProfileListDataProtocolSettings

    AuthAlgoSha1 bool
    Allow authentication SHA1.
    AuthAlgoSha256 bool
    Allow authentication SHA256.
    AuthAlgoSha384 bool
    Allow authentication SHA384.
    EncAlgo3des bool
    Allow algorithm 3DES.
    EncAlgoAes128Cbc bool
    Allow algorithm AES-128-CBC.
    EncAlgoAes128Gcm bool
    Allow algorithm AES-128-GCM.
    EncAlgoAes256Cbc bool
    Allow algorithm AES-256-CBC.
    EncAlgoAes256Gcm bool
    Allow algorithm AES-256-GCM.
    EncAlgoRc4 bool
    Allow algorithm RC4.
    KeyxchgAlgoDhe bool
    Allow algorithm DHE.
    KeyxchgAlgoEcdhe bool
    Allow algorithm ECDHE.
    KeyxchgAlgoRsa bool
    Allow algorithm RSA.
    MaxVersion string
    The MaxVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "max".
    MinVersion string
    The MinVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2". Default: "tls1-0".
    AuthAlgoSha1 bool
    Allow authentication SHA1.
    AuthAlgoSha256 bool
    Allow authentication SHA256.
    AuthAlgoSha384 bool
    Allow authentication SHA384.
    EncAlgo3des bool
    Allow algorithm 3DES.
    EncAlgoAes128Cbc bool
    Allow algorithm AES-128-CBC.
    EncAlgoAes128Gcm bool
    Allow algorithm AES-128-GCM.
    EncAlgoAes256Cbc bool
    Allow algorithm AES-256-CBC.
    EncAlgoAes256Gcm bool
    Allow algorithm AES-256-GCM.
    EncAlgoRc4 bool
    Allow algorithm RC4.
    KeyxchgAlgoDhe bool
    Allow algorithm DHE.
    KeyxchgAlgoEcdhe bool
    Allow algorithm ECDHE.
    KeyxchgAlgoRsa bool
    Allow algorithm RSA.
    MaxVersion string
    The MaxVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "max".
    MinVersion string
    The MinVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2". Default: "tls1-0".
    authAlgoSha1 Boolean
    Allow authentication SHA1.
    authAlgoSha256 Boolean
    Allow authentication SHA256.
    authAlgoSha384 Boolean
    Allow authentication SHA384.
    encAlgo3des Boolean
    Allow algorithm 3DES.
    encAlgoAes128Cbc Boolean
    Allow algorithm AES-128-CBC.
    encAlgoAes128Gcm Boolean
    Allow algorithm AES-128-GCM.
    encAlgoAes256Cbc Boolean
    Allow algorithm AES-256-CBC.
    encAlgoAes256Gcm Boolean
    Allow algorithm AES-256-GCM.
    encAlgoRc4 Boolean
    Allow algorithm RC4.
    keyxchgAlgoDhe Boolean
    Allow algorithm DHE.
    keyxchgAlgoEcdhe Boolean
    Allow algorithm ECDHE.
    keyxchgAlgoRsa Boolean
    Allow algorithm RSA.
    maxVersion String
    The MaxVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "max".
    minVersion String
    The MinVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2". Default: "tls1-0".
    authAlgoSha1 boolean
    Allow authentication SHA1.
    authAlgoSha256 boolean
    Allow authentication SHA256.
    authAlgoSha384 boolean
    Allow authentication SHA384.
    encAlgo3des boolean
    Allow algorithm 3DES.
    encAlgoAes128Cbc boolean
    Allow algorithm AES-128-CBC.
    encAlgoAes128Gcm boolean
    Allow algorithm AES-128-GCM.
    encAlgoAes256Cbc boolean
    Allow algorithm AES-256-CBC.
    encAlgoAes256Gcm boolean
    Allow algorithm AES-256-GCM.
    encAlgoRc4 boolean
    Allow algorithm RC4.
    keyxchgAlgoDhe boolean
    Allow algorithm DHE.
    keyxchgAlgoEcdhe boolean
    Allow algorithm ECDHE.
    keyxchgAlgoRsa boolean
    Allow algorithm RSA.
    maxVersion string
    The MaxVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "max".
    minVersion string
    The MinVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2". Default: "tls1-0".
    auth_algo_sha1 bool
    Allow authentication SHA1.
    auth_algo_sha256 bool
    Allow authentication SHA256.
    auth_algo_sha384 bool
    Allow authentication SHA384.
    enc_algo3des bool
    Allow algorithm 3DES.
    enc_algo_aes128_cbc bool
    Allow algorithm AES-128-CBC.
    enc_algo_aes128_gcm bool
    Allow algorithm AES-128-GCM.
    enc_algo_aes256_cbc bool
    Allow algorithm AES-256-CBC.
    enc_algo_aes256_gcm bool
    Allow algorithm AES-256-GCM.
    enc_algo_rc4 bool
    Allow algorithm RC4.
    keyxchg_algo_dhe bool
    Allow algorithm DHE.
    keyxchg_algo_ecdhe bool
    Allow algorithm ECDHE.
    keyxchg_algo_rsa bool
    Allow algorithm RSA.
    max_version str
    The MaxVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "max".
    min_version str
    The MinVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2". Default: "tls1-0".
    authAlgoSha1 Boolean
    Allow authentication SHA1.
    authAlgoSha256 Boolean
    Allow authentication SHA256.
    authAlgoSha384 Boolean
    Allow authentication SHA384.
    encAlgo3des Boolean
    Allow algorithm 3DES.
    encAlgoAes128Cbc Boolean
    Allow algorithm AES-128-CBC.
    encAlgoAes128Gcm Boolean
    Allow algorithm AES-128-GCM.
    encAlgoAes256Cbc Boolean
    Allow algorithm AES-256-CBC.
    encAlgoAes256Gcm Boolean
    Allow algorithm AES-256-GCM.
    encAlgoRc4 Boolean
    Allow algorithm RC4.
    keyxchgAlgoDhe Boolean
    Allow algorithm DHE.
    keyxchgAlgoEcdhe Boolean
    Allow algorithm ECDHE.
    keyxchgAlgoRsa Boolean
    Allow algorithm RSA.
    maxVersion String
    The MaxVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2", "tls1-3", "max". Default: "max".
    minVersion String
    The MinVersion param. String must be one of these: "tls1-0", "tls1-1", "tls1-2". 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