TlsServiceProfile resource
Create TlsServiceProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TlsServiceProfile(name: string, args: TlsServiceProfileArgs, opts?: CustomResourceOptions);@overload
def TlsServiceProfile(resource_name: str,
args: TlsServiceProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TlsServiceProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
certificate: Optional[str] = None,
protocol_settings: Optional[TlsServiceProfileProtocolSettingsArgs] = None,
device: Optional[str] = None,
folder: Optional[str] = None,
name: Optional[str] = None,
snippet: Optional[str] = None)func NewTlsServiceProfile(ctx *Context, name string, args TlsServiceProfileArgs, opts ...ResourceOption) (*TlsServiceProfile, error)public TlsServiceProfile(string name, TlsServiceProfileArgs args, CustomResourceOptions? opts = null)
public TlsServiceProfile(String name, TlsServiceProfileArgs args)
public TlsServiceProfile(String name, TlsServiceProfileArgs args, CustomResourceOptions options)
type: scm:TlsServiceProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TlsServiceProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TlsServiceProfileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TlsServiceProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TlsServiceProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TlsServiceProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var tlsServiceProfileResource = new Scm.TlsServiceProfile("tlsServiceProfileResource", new()
{
Certificate = "string",
ProtocolSettings = new Scm.Inputs.TlsServiceProfileProtocolSettingsArgs
{
AuthAlgoSha1 = false,
AuthAlgoSha256 = false,
AuthAlgoSha384 = false,
EncAlgo3des = false,
EncAlgoAes128Cbc = false,
EncAlgoAes128Gcm = false,
EncAlgoAes256Cbc = false,
EncAlgoAes256Gcm = false,
EncAlgoRc4 = false,
KeyxchgAlgoDhe = false,
KeyxchgAlgoEcdhe = false,
KeyxchgAlgoRsa = false,
MaxVersion = "string",
MinVersion = "string",
},
Device = "string",
Folder = "string",
Name = "string",
Snippet = "string",
});
example, err := scm.NewTlsServiceProfile(ctx, "tlsServiceProfileResource", &scm.TlsServiceProfileArgs{
Certificate: pulumi.String("string"),
ProtocolSettings: &scm.TlsServiceProfileProtocolSettingsArgs{
AuthAlgoSha1: pulumi.Bool(false),
AuthAlgoSha256: pulumi.Bool(false),
AuthAlgoSha384: pulumi.Bool(false),
EncAlgo3des: pulumi.Bool(false),
EncAlgoAes128Cbc: pulumi.Bool(false),
EncAlgoAes128Gcm: pulumi.Bool(false),
EncAlgoAes256Cbc: pulumi.Bool(false),
EncAlgoAes256Gcm: pulumi.Bool(false),
EncAlgoRc4: pulumi.Bool(false),
KeyxchgAlgoDhe: pulumi.Bool(false),
KeyxchgAlgoEcdhe: pulumi.Bool(false),
KeyxchgAlgoRsa: pulumi.Bool(false),
MaxVersion: pulumi.String("string"),
MinVersion: pulumi.String("string"),
},
Device: pulumi.String("string"),
Folder: pulumi.String("string"),
Name: pulumi.String("string"),
Snippet: pulumi.String("string"),
})
var tlsServiceProfileResource = new TlsServiceProfile("tlsServiceProfileResource", TlsServiceProfileArgs.builder()
.certificate("string")
.protocolSettings(TlsServiceProfileProtocolSettingsArgs.builder()
.authAlgoSha1(false)
.authAlgoSha256(false)
.authAlgoSha384(false)
.encAlgo3des(false)
.encAlgoAes128Cbc(false)
.encAlgoAes128Gcm(false)
.encAlgoAes256Cbc(false)
.encAlgoAes256Gcm(false)
.encAlgoRc4(false)
.keyxchgAlgoDhe(false)
.keyxchgAlgoEcdhe(false)
.keyxchgAlgoRsa(false)
.maxVersion("string")
.minVersion("string")
.build())
.device("string")
.folder("string")
.name("string")
.snippet("string")
.build());
tls_service_profile_resource = scm.TlsServiceProfile("tlsServiceProfileResource",
certificate="string",
protocol_settings={
"auth_algo_sha1": False,
"auth_algo_sha256": False,
"auth_algo_sha384": False,
"enc_algo3des": False,
"enc_algo_aes128_cbc": False,
"enc_algo_aes128_gcm": False,
"enc_algo_aes256_cbc": False,
"enc_algo_aes256_gcm": False,
"enc_algo_rc4": False,
"keyxchg_algo_dhe": False,
"keyxchg_algo_ecdhe": False,
"keyxchg_algo_rsa": False,
"max_version": "string",
"min_version": "string",
},
device="string",
folder="string",
name="string",
snippet="string")
const tlsServiceProfileResource = new scm.TlsServiceProfile("tlsServiceProfileResource", {
certificate: "string",
protocolSettings: {
authAlgoSha1: false,
authAlgoSha256: false,
authAlgoSha384: false,
encAlgo3des: false,
encAlgoAes128Cbc: false,
encAlgoAes128Gcm: false,
encAlgoAes256Cbc: false,
encAlgoAes256Gcm: false,
encAlgoRc4: false,
keyxchgAlgoDhe: false,
keyxchgAlgoEcdhe: false,
keyxchgAlgoRsa: false,
maxVersion: "string",
minVersion: "string",
},
device: "string",
folder: "string",
name: "string",
snippet: "string",
});
type: scm:TlsServiceProfile
properties:
certificate: string
device: string
folder: string
name: string
protocolSettings:
authAlgoSha1: false
authAlgoSha256: false
authAlgoSha384: false
encAlgo3des: false
encAlgoAes128Cbc: false
encAlgoAes128Gcm: false
encAlgoAes256Cbc: false
encAlgoAes256Gcm: false
encAlgoRc4: false
keyxchgAlgoDhe: false
keyxchgAlgoEcdhe: false
keyxchgAlgoRsa: false
maxVersion: string
minVersion: string
snippet: string
TlsServiceProfile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TlsServiceProfile resource accepts the following input properties:
- Certificate string
- Certificate name
- Protocol
Settings TlsService Profile Protocol Settings - Protocol settings
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Name string
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - Snippet string
- The snippet in which the resource is defined
- Certificate string
- Certificate name
- Protocol
Settings TlsService Profile Protocol Settings Args - Protocol settings
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Name string
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - Snippet string
- The snippet in which the resource is defined
- certificate String
- Certificate name
- protocol
Settings TlsService Profile Protocol Settings - Protocol settings
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- name String
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - snippet String
- The snippet in which the resource is defined
- certificate string
- Certificate name
- protocol
Settings TlsService Profile Protocol Settings - Protocol settings
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- name string
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - snippet string
- The snippet in which the resource is defined
- certificate str
- Certificate name
- protocol_
settings TlsService Profile Protocol Settings Args - Protocol settings
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- name str
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - snippet str
- The snippet in which the resource is defined
- certificate String
- Certificate name
- protocol
Settings Property Map - Protocol settings
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- name String
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - snippet String
- The snippet in which the resource is defined
Outputs
All input properties are implicitly available as output properties. Additionally, the TlsServiceProfile resource produces the following output properties:
Look up Existing TlsServiceProfile Resource
Get an existing TlsServiceProfile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TlsServiceProfileState, opts?: CustomResourceOptions): TlsServiceProfile@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificate: Optional[str] = None,
device: Optional[str] = None,
folder: Optional[str] = None,
name: Optional[str] = None,
protocol_settings: Optional[TlsServiceProfileProtocolSettingsArgs] = None,
snippet: Optional[str] = None,
tfid: Optional[str] = None) -> TlsServiceProfilefunc GetTlsServiceProfile(ctx *Context, name string, id IDInput, state *TlsServiceProfileState, opts ...ResourceOption) (*TlsServiceProfile, error)public static TlsServiceProfile Get(string name, Input<string> id, TlsServiceProfileState? state, CustomResourceOptions? opts = null)public static TlsServiceProfile get(String name, Output<String> id, TlsServiceProfileState state, CustomResourceOptions options)resources: _: type: scm:TlsServiceProfile get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Certificate string
- Certificate name
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Name string
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - Protocol
Settings TlsService Profile Protocol Settings - Protocol settings
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Certificate string
- Certificate name
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Name string
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - Protocol
Settings TlsService Profile Protocol Settings Args - Protocol settings
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- certificate String
- Certificate name
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- name String
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - protocol
Settings TlsService Profile Protocol Settings - Protocol settings
- snippet String
- The snippet in which the resource is defined
- tfid String
- certificate string
- Certificate name
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- name string
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - protocol
Settings TlsService Profile Protocol Settings - Protocol settings
- snippet string
- The snippet in which the resource is defined
- tfid string
- certificate str
- Certificate name
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- name str
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - protocol_
settings TlsService Profile Protocol Settings Args - Protocol settings
- snippet str
- The snippet in which the resource is defined
- tfid str
- certificate String
- Certificate name
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- name String
- TLS service profile name. The value is
muCustomDomainSSLProfilewhen it is used on mobile-agent infra settings. - protocol
Settings Property Map - Protocol settings
- snippet String
- The snippet in which the resource is defined
- tfid String
Supporting Types
TlsServiceProfileProtocolSettings, TlsServiceProfileProtocolSettingsArgs
- Auth
Algo boolSha1 - Allow SHA1 authentication?
- Auth
Algo boolSha256 - Allow SHA256 authentication?
- Auth
Algo boolSha384 - Allow SHA384 authentication?
- Enc
Algo3des bool - Allow 3DES algorithm?
- Enc
Algo boolAes128Cbc - Allow AES-128-CBC algorithm?
- Enc
Algo boolAes128Gcm - Allow AES-128-GCM algorithm?
- Enc
Algo boolAes256Cbc - Allow AES-256-CBC algorithm?
- Enc
Algo boolAes256Gcm - Allow algorithm AES-256-GCM
- Enc
Algo boolRc4 - Allow RC4 algorithm?
- Keyxchg
Algo boolDhe - Allow DHE algorithm?
- Keyxchg
Algo boolEcdhe - Allow ECDHE algorithm?
- Keyxchg
Algo boolRsa - Allow RSA algorithm?
- Max
Version string - Maximum TLS version
- Min
Version string - Minimum TLS version
- Auth
Algo boolSha1 - Allow SHA1 authentication?
- Auth
Algo boolSha256 - Allow SHA256 authentication?
- Auth
Algo boolSha384 - Allow SHA384 authentication?
- Enc
Algo3des bool - Allow 3DES algorithm?
- Enc
Algo boolAes128Cbc - Allow AES-128-CBC algorithm?
- Enc
Algo boolAes128Gcm - Allow AES-128-GCM algorithm?
- Enc
Algo boolAes256Cbc - Allow AES-256-CBC algorithm?
- Enc
Algo boolAes256Gcm - Allow algorithm AES-256-GCM
- Enc
Algo boolRc4 - Allow RC4 algorithm?
- Keyxchg
Algo boolDhe - Allow DHE algorithm?
- Keyxchg
Algo boolEcdhe - Allow ECDHE algorithm?
- Keyxchg
Algo boolRsa - Allow RSA algorithm?
- Max
Version string - Maximum TLS version
- Min
Version string - Minimum TLS version
- auth
Algo BooleanSha1 - Allow SHA1 authentication?
- auth
Algo BooleanSha256 - Allow SHA256 authentication?
- auth
Algo BooleanSha384 - Allow SHA384 authentication?
- enc
Algo3des Boolean - Allow 3DES algorithm?
- enc
Algo BooleanAes128Cbc - Allow AES-128-CBC algorithm?
- enc
Algo BooleanAes128Gcm - Allow AES-128-GCM algorithm?
- enc
Algo BooleanAes256Cbc - Allow AES-256-CBC algorithm?
- enc
Algo BooleanAes256Gcm - Allow algorithm AES-256-GCM
- enc
Algo BooleanRc4 - Allow RC4 algorithm?
- keyxchg
Algo BooleanDhe - Allow DHE algorithm?
- keyxchg
Algo BooleanEcdhe - Allow ECDHE algorithm?
- keyxchg
Algo BooleanRsa - Allow RSA algorithm?
- max
Version String - Maximum TLS version
- min
Version String - Minimum TLS version
- auth
Algo booleanSha1 - Allow SHA1 authentication?
- auth
Algo booleanSha256 - Allow SHA256 authentication?
- auth
Algo booleanSha384 - Allow SHA384 authentication?
- enc
Algo3des boolean - Allow 3DES algorithm?
- enc
Algo booleanAes128Cbc - Allow AES-128-CBC algorithm?
- enc
Algo booleanAes128Gcm - Allow AES-128-GCM algorithm?
- enc
Algo booleanAes256Cbc - Allow AES-256-CBC algorithm?
- enc
Algo booleanAes256Gcm - Allow algorithm AES-256-GCM
- enc
Algo booleanRc4 - Allow RC4 algorithm?
- keyxchg
Algo booleanDhe - Allow DHE algorithm?
- keyxchg
Algo booleanEcdhe - Allow ECDHE algorithm?
- keyxchg
Algo booleanRsa - Allow RSA algorithm?
- max
Version string - Maximum TLS version
- min
Version string - Minimum TLS version
- auth_
algo_ boolsha1 - Allow SHA1 authentication?
- auth_
algo_ boolsha256 - Allow SHA256 authentication?
- auth_
algo_ boolsha384 - Allow SHA384 authentication?
- enc_
algo3des bool - Allow 3DES algorithm?
- enc_
algo_ boolaes128_ cbc - Allow AES-128-CBC algorithm?
- enc_
algo_ boolaes128_ gcm - Allow AES-128-GCM algorithm?
- enc_
algo_ boolaes256_ cbc - Allow AES-256-CBC algorithm?
- enc_
algo_ boolaes256_ gcm - Allow algorithm AES-256-GCM
- enc_
algo_ boolrc4 - Allow RC4 algorithm?
- keyxchg_
algo_ booldhe - Allow DHE algorithm?
- keyxchg_
algo_ boolecdhe - Allow ECDHE algorithm?
- keyxchg_
algo_ boolrsa - Allow RSA algorithm?
- max_
version str - Maximum TLS version
- min_
version str - Minimum TLS version
- auth
Algo BooleanSha1 - Allow SHA1 authentication?
- auth
Algo BooleanSha256 - Allow SHA256 authentication?
- auth
Algo BooleanSha384 - Allow SHA384 authentication?
- enc
Algo3des Boolean - Allow 3DES algorithm?
- enc
Algo BooleanAes128Cbc - Allow AES-128-CBC algorithm?
- enc
Algo BooleanAes128Gcm - Allow AES-128-GCM algorithm?
- enc
Algo BooleanAes256Cbc - Allow AES-256-CBC algorithm?
- enc
Algo BooleanAes256Gcm - Allow algorithm AES-256-GCM
- enc
Algo BooleanRc4 - Allow RC4 algorithm?
- keyxchg
Algo BooleanDhe - Allow DHE algorithm?
- keyxchg
Algo BooleanEcdhe - Allow ECDHE algorithm?
- keyxchg
Algo BooleanRsa - Allow RSA algorithm?
- max
Version String - Maximum TLS version
- min
Version String - Minimum TLS version
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
