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

scm.getTlsServiceProfile

Explore with Pulumi AI

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

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

example = scm.get_tls_service_profile(id="1234-56-789")
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.LookupTlsServiceProfile(ctx, &scm.LookupTlsServiceProfileArgs{
			Id: "1234-56-789",
		}, 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.GetTlsServiceProfile.Invoke(new()
    {
        Id = "1234-56-789",
    });

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

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getTlsServiceProfile
      arguments:
        id: 1234-56-789
Copy

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>
Copy
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]
Copy
func LookupTlsServiceProfile(ctx *Context, args *LookupTlsServiceProfileArgs, opts ...InvokeOption) (*LookupTlsServiceProfileResult, error)
func LookupTlsServiceProfileOutput(ctx *Context, args *LookupTlsServiceProfileOutputArgs, opts ...InvokeOption) LookupTlsServiceProfileResultOutput
Copy

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

The following arguments are supported:

Id This property is required. string
The Id param.
Id This property is required. string
The Id param.
id This property is required. String
The Id param.
id This property is required. string
The Id param.
id This property is required. str
The Id param.
id This property is required. 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 GetTlsServiceProfileProtocolSettings
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 GetTlsServiceProfileProtocolSettings
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 GetTlsServiceProfileProtocolSettings
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 GetTlsServiceProfileProtocolSettings
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 GetTlsServiceProfileProtocolSettings
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

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