Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi
scm.getTlsServiceProfile
Explore with Pulumi AI
Retrieves a config item.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getTlsServiceProfile({
    id: "1234-56-789",
});
import pulumi
import pulumi_scm as scm
example = scm.get_tls_service_profile(id="1234-56-789")
package main
import (
	"github.com/pulumi/pulumi-scm/sdk/go/scm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := scm.LookupTlsServiceProfile(ctx, &scm.LookupTlsServiceProfileArgs{
			Id: "1234-56-789",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() => 
{
    var example = Scm.GetTlsServiceProfile.Invoke(new()
    {
        Id = "1234-56-789",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import com.pulumi.scm.inputs.GetTlsServiceProfileArgs;
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.getTlsServiceProfile(GetTlsServiceProfileArgs.builder()
            .id("1234-56-789")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: scm:getTlsServiceProfile
      arguments:
        id: 1234-56-789
Using getTlsServiceProfile
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 getTlsServiceProfile(args: GetTlsServiceProfileArgs, opts?: InvokeOptions): Promise<GetTlsServiceProfileResult>
function getTlsServiceProfileOutput(args: GetTlsServiceProfileOutputArgs, opts?: InvokeOptions): Output<GetTlsServiceProfileResult>def get_tls_service_profile(id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetTlsServiceProfileResult
def get_tls_service_profile_output(id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetTlsServiceProfileResult]func LookupTlsServiceProfile(ctx *Context, args *LookupTlsServiceProfileArgs, opts ...InvokeOption) (*LookupTlsServiceProfileResult, error)
func LookupTlsServiceProfileOutput(ctx *Context, args *LookupTlsServiceProfileOutputArgs, opts ...InvokeOption) LookupTlsServiceProfileResultOutput> Note: This function is named LookupTlsServiceProfile in the Go SDK.
public static class GetTlsServiceProfile 
{
    public static Task<GetTlsServiceProfileResult> InvokeAsync(GetTlsServiceProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetTlsServiceProfileResult> Invoke(GetTlsServiceProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTlsServiceProfileResult> getTlsServiceProfile(GetTlsServiceProfileArgs args, InvokeOptions options)
public static Output<GetTlsServiceProfileResult> getTlsServiceProfile(GetTlsServiceProfileArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getTlsServiceProfile:getTlsServiceProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The Id param.
- Id string
- The Id param.
- id String
- The Id param.
- id string
- The Id param.
- id str
- The Id param.
- id String
- The Id param.
getTlsServiceProfile Result
The following output properties are available:
- Certificate string
- SSL certificate file name. String length must not exceed 255 characters.
- Id string
- The Id param.
- 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 GetTls Service Profile Protocol Settings 
- The ProtocolSettings param.
- Tfid string
- Certificate string
- SSL certificate file name. String length must not exceed 255 characters.
- Id string
- The Id param.
- 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 GetTls Service Profile Protocol Settings 
- The ProtocolSettings param.
- Tfid string
- certificate String
- SSL certificate file name. String length must not exceed 255 characters.
- id String
- The Id param.
- 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 GetTls Service Profile Protocol Settings 
- The ProtocolSettings param.
- tfid String
- certificate string
- SSL certificate file name. String length must not exceed 255 characters.
- id string
- The Id param.
- 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 GetTls Service Profile Protocol Settings 
- The ProtocolSettings param.
- tfid string
- certificate str
- SSL certificate file name. String length must not exceed 255 characters.
- id str
- The Id param.
- 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 GetTls Service Profile Protocol Settings 
- The ProtocolSettings param.
- tfid str
- certificate String
- SSL certificate file name. String length must not exceed 255 characters.
- id String
- The Id param.
- 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.
- tfid String
Supporting Types
GetTlsServiceProfileProtocolSettings     
- AuthAlgo boolSha1 
- Allow authentication SHA1.
- AuthAlgo boolSha256 
- Allow authentication SHA256.
- AuthAlgo boolSha384 
- Allow authentication SHA384.
- EncAlgo3des bool
- Allow algorithm 3DES.
- EncAlgo boolAes128Cbc 
- Allow algorithm AES-128-CBC.
- EncAlgo boolAes128Gcm 
- Allow algorithm AES-128-GCM.
- EncAlgo boolAes256Cbc 
- Allow algorithm AES-256-CBC.
- EncAlgo boolAes256Gcm 
- Allow algorithm AES-256-GCM.
- EncAlgo boolRc4 
- Allow algorithm RC4.
- KeyxchgAlgo boolDhe 
- Allow algorithm DHE.
- KeyxchgAlgo boolEcdhe 
- Allow algorithm ECDHE.
- KeyxchgAlgo boolRsa 
- 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".
- AuthAlgo boolSha1 
- Allow authentication SHA1.
- AuthAlgo boolSha256 
- Allow authentication SHA256.
- AuthAlgo boolSha384 
- Allow authentication SHA384.
- EncAlgo3des bool
- Allow algorithm 3DES.
- EncAlgo boolAes128Cbc 
- Allow algorithm AES-128-CBC.
- EncAlgo boolAes128Gcm 
- Allow algorithm AES-128-GCM.
- EncAlgo boolAes256Cbc 
- Allow algorithm AES-256-CBC.
- EncAlgo boolAes256Gcm 
- Allow algorithm AES-256-GCM.
- EncAlgo boolRc4 
- Allow algorithm RC4.
- KeyxchgAlgo boolDhe 
- Allow algorithm DHE.
- KeyxchgAlgo boolEcdhe 
- Allow algorithm ECDHE.
- KeyxchgAlgo boolRsa 
- 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".
- authAlgo BooleanSha1 
- Allow authentication SHA1.
- authAlgo BooleanSha256 
- Allow authentication SHA256.
- authAlgo BooleanSha384 
- Allow authentication SHA384.
- encAlgo3des Boolean
- Allow algorithm 3DES.
- encAlgo BooleanAes128Cbc 
- Allow algorithm AES-128-CBC.
- encAlgo BooleanAes128Gcm 
- Allow algorithm AES-128-GCM.
- encAlgo BooleanAes256Cbc 
- Allow algorithm AES-256-CBC.
- encAlgo BooleanAes256Gcm 
- Allow algorithm AES-256-GCM.
- encAlgo BooleanRc4 
- Allow algorithm RC4.
- keyxchgAlgo BooleanDhe 
- Allow algorithm DHE.
- keyxchgAlgo BooleanEcdhe 
- Allow algorithm ECDHE.
- keyxchgAlgo BooleanRsa 
- 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".
- authAlgo booleanSha1 
- Allow authentication SHA1.
- authAlgo booleanSha256 
- Allow authentication SHA256.
- authAlgo booleanSha384 
- Allow authentication SHA384.
- encAlgo3des boolean
- Allow algorithm 3DES.
- encAlgo booleanAes128Cbc 
- Allow algorithm AES-128-CBC.
- encAlgo booleanAes128Gcm 
- Allow algorithm AES-128-GCM.
- encAlgo booleanAes256Cbc 
- Allow algorithm AES-256-CBC.
- encAlgo booleanAes256Gcm 
- Allow algorithm AES-256-GCM.
- encAlgo booleanRc4 
- Allow algorithm RC4.
- keyxchgAlgo booleanDhe 
- Allow algorithm DHE.
- keyxchgAlgo booleanEcdhe 
- Allow algorithm ECDHE.
- keyxchgAlgo booleanRsa 
- 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_ boolsha1 
- Allow authentication SHA1.
- auth_algo_ boolsha256 
- Allow authentication SHA256.
- auth_algo_ boolsha384 
- Allow authentication SHA384.
- enc_algo3des bool
- Allow algorithm 3DES.
- enc_algo_ boolaes128_ cbc 
- Allow algorithm AES-128-CBC.
- enc_algo_ boolaes128_ gcm 
- Allow algorithm AES-128-GCM.
- enc_algo_ boolaes256_ cbc 
- Allow algorithm AES-256-CBC.
- enc_algo_ boolaes256_ gcm 
- Allow algorithm AES-256-GCM.
- enc_algo_ boolrc4 
- Allow algorithm RC4.
- keyxchg_algo_ booldhe 
- Allow algorithm DHE.
- keyxchg_algo_ boolecdhe 
- Allow algorithm ECDHE.
- keyxchg_algo_ boolrsa 
- 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".
- authAlgo BooleanSha1 
- Allow authentication SHA1.
- authAlgo BooleanSha256 
- Allow authentication SHA256.
- authAlgo BooleanSha384 
- Allow authentication SHA384.
- encAlgo3des Boolean
- Allow algorithm 3DES.
- encAlgo BooleanAes128Cbc 
- Allow algorithm AES-128-CBC.
- encAlgo BooleanAes128Gcm 
- Allow algorithm AES-128-GCM.
- encAlgo BooleanAes256Cbc 
- Allow algorithm AES-256-CBC.
- encAlgo BooleanAes256Gcm 
- Allow algorithm AES-256-GCM.
- encAlgo BooleanRc4 
- Allow algorithm RC4.
- keyxchgAlgo BooleanDhe 
- Allow algorithm DHE.
- keyxchgAlgo BooleanEcdhe 
- Allow algorithm ECDHE.
- keyxchgAlgo BooleanRsa 
- 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 scmTerraform Provider.
