Strata Cloud Manager v0.1.6 published on Wednesday, Oct 16, 2024 by Pulumi
scm.getScepProfile
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.getScepProfile({
    id: "1234-56-789",
});
import pulumi
import pulumi_scm as scm
example = scm.get_scep_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.LookupScepProfile(ctx, &scm.LookupScepProfileArgs{
			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.GetScepProfile.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.GetScepProfileArgs;
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.getScepProfile(GetScepProfileArgs.builder()
            .id("1234-56-789")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      Function: scm:getScepProfile
      Arguments:
        id: 1234-56-789
Using getScepProfile
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 getScepProfile(args: GetScepProfileArgs, opts?: InvokeOptions): Promise<GetScepProfileResult>
function getScepProfileOutput(args: GetScepProfileOutputArgs, opts?: InvokeOptions): Output<GetScepProfileResult>def get_scep_profile(id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetScepProfileResult
def get_scep_profile_output(id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetScepProfileResult]func LookupScepProfile(ctx *Context, args *LookupScepProfileArgs, opts ...InvokeOption) (*LookupScepProfileResult, error)
func LookupScepProfileOutput(ctx *Context, args *LookupScepProfileOutputArgs, opts ...InvokeOption) LookupScepProfileResultOutput> Note: This function is named LookupScepProfile in the Go SDK.
public static class GetScepProfile 
{
    public static Task<GetScepProfileResult> InvokeAsync(GetScepProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetScepProfileResult> Invoke(GetScepProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetScepProfileResult> getScepProfile(GetScepProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: scm:index/getScepProfile:getScepProfile
  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.
 
getScepProfile Result
The following output properties are available:
- Algorithm
Get
Scep Profile Algorithm  - The Algorithm param.
 - Ca
Identity stringName  - The CaIdentityName param.
 - Certificate
Attributes GetScep Profile Certificate Attributes  - The CertificateAttributes param.
 - Digest string
 - The Digest param.
 - Fingerprint string
 - The Fingerprint param.
 - Id string
 - The Id param.
 - Name string
 - alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
 - Scep
Ca stringCert  - The ScepCaCert param.
 - Scep
Challenge GetScep Profile Scep Challenge  - The ScepChallenge param.
 - Scep
Client stringCert  - The ScepClientCert param.
 - Scep
Url string - The ScepUrl param.
 - Subject string
 - The Subject param.
 - Tfid string
 - Use
As boolDigital Signature  - The UseAsDigitalSignature param.
 - Use
For boolKey Encipherment  - The UseForKeyEncipherment param.
 
- Algorithm
Get
Scep Profile Algorithm  - The Algorithm param.
 - Ca
Identity stringName  - The CaIdentityName param.
 - Certificate
Attributes GetScep Profile Certificate Attributes  - The CertificateAttributes param.
 - Digest string
 - The Digest param.
 - Fingerprint string
 - The Fingerprint param.
 - Id string
 - The Id param.
 - Name string
 - alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
 - Scep
Ca stringCert  - The ScepCaCert param.
 - Scep
Challenge GetScep Profile Scep Challenge  - The ScepChallenge param.
 - Scep
Client stringCert  - The ScepClientCert param.
 - Scep
Url string - The ScepUrl param.
 - Subject string
 - The Subject param.
 - Tfid string
 - Use
As boolDigital Signature  - The UseAsDigitalSignature param.
 - Use
For boolKey Encipherment  - The UseForKeyEncipherment param.
 
- algorithm
Get
Scep Profile Algorithm  - The Algorithm param.
 - ca
Identity StringName  - The CaIdentityName param.
 - certificate
Attributes GetScep Profile Certificate Attributes  - The CertificateAttributes param.
 - digest String
 - The Digest param.
 - fingerprint String
 - The Fingerprint param.
 - id String
 - The Id param.
 - name String
 - alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
 - scep
Ca StringCert  - The ScepCaCert param.
 - scep
Challenge GetScep Profile Scep Challenge  - The ScepChallenge param.
 - scep
Client StringCert  - The ScepClientCert param.
 - scep
Url String - The ScepUrl param.
 - subject String
 - The Subject param.
 - tfid String
 - use
As BooleanDigital Signature  - The UseAsDigitalSignature param.
 - use
For BooleanKey Encipherment  - The UseForKeyEncipherment param.
 
- algorithm
Get
Scep Profile Algorithm  - The Algorithm param.
 - ca
Identity stringName  - The CaIdentityName param.
 - certificate
Attributes GetScep Profile Certificate Attributes  - The CertificateAttributes param.
 - digest string
 - The Digest param.
 - fingerprint string
 - The Fingerprint param.
 - id string
 - The Id param.
 - name string
 - alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
 - scep
Ca stringCert  - The ScepCaCert param.
 - scep
Challenge GetScep Profile Scep Challenge  - The ScepChallenge param.
 - scep
Client stringCert  - The ScepClientCert param.
 - scep
Url string - The ScepUrl param.
 - subject string
 - The Subject param.
 - tfid string
 - use
As booleanDigital Signature  - The UseAsDigitalSignature param.
 - use
For booleanKey Encipherment  - The UseForKeyEncipherment param.
 
- algorithm
Get
Scep Profile Algorithm  - The Algorithm param.
 - ca_
identity_ strname  - The CaIdentityName param.
 - certificate_
attributes GetScep Profile Certificate Attributes  - The CertificateAttributes param.
 - digest str
 - The Digest param.
 - fingerprint str
 - The Fingerprint param.
 - id str
 - The Id param.
 - name str
 - alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
 - scep_
ca_ strcert  - The ScepCaCert param.
 - scep_
challenge GetScep Profile Scep Challenge  - The ScepChallenge param.
 - scep_
client_ strcert  - The ScepClientCert param.
 - scep_
url str - The ScepUrl param.
 - subject str
 - The Subject param.
 - tfid str
 - use_
as_ booldigital_ signature  - The UseAsDigitalSignature param.
 - use_
for_ boolkey_ encipherment  - The UseForKeyEncipherment param.
 
- algorithm Property Map
 - The Algorithm param.
 - ca
Identity StringName  - The CaIdentityName param.
 - certificate
Attributes Property Map - The CertificateAttributes param.
 - digest String
 - The Digest param.
 - fingerprint String
 - The Fingerprint param.
 - id String
 - The Id param.
 - name String
 - alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
 - scep
Ca StringCert  - The ScepCaCert param.
 - scep
Challenge Property Map - The ScepChallenge param.
 - scep
Client StringCert  - The ScepClientCert param.
 - scep
Url String - The ScepUrl param.
 - subject String
 - The Subject param.
 - tfid String
 - use
As BooleanDigital Signature  - The UseAsDigitalSignature param.
 - use
For BooleanKey Encipherment  - The UseForKeyEncipherment param.
 
Supporting Types
GetScepProfileAlgorithm   
- Rsa
Get
Scep Profile Algorithm Rsa  - The Rsa param.
 
- Rsa
Get
Scep Profile Algorithm Rsa  - The Rsa param.
 
- rsa
Get
Scep Profile Algorithm Rsa  - The Rsa param.
 
- rsa
Get
Scep Profile Algorithm Rsa  - The Rsa param.
 
- rsa
Get
Scep Profile Algorithm Rsa  - The Rsa param.
 
- rsa Property Map
 - The Rsa param.
 
GetScepProfileAlgorithmRsa    
- Rsa
Nbits string - The RsaNbits param.
 
- Rsa
Nbits string - The RsaNbits param.
 
- rsa
Nbits String - The RsaNbits param.
 
- rsa
Nbits string - The RsaNbits param.
 
- rsa_
nbits str - The RsaNbits param.
 
- rsa
Nbits String - The RsaNbits param.
 
GetScepProfileCertificateAttributes    
- Dnsname string
 - The Dnsname param.
 - Rfc822name string
 - The Rfc822name param.
 - Uniform
Resource stringIdentifier  - The UniformResourceIdentifier param.
 
- Dnsname string
 - The Dnsname param.
 - Rfc822name string
 - The Rfc822name param.
 - Uniform
Resource stringIdentifier  - The UniformResourceIdentifier param.
 
- dnsname String
 - The Dnsname param.
 - rfc822name String
 - The Rfc822name param.
 - uniform
Resource StringIdentifier  - The UniformResourceIdentifier param.
 
- dnsname string
 - The Dnsname param.
 - rfc822name string
 - The Rfc822name param.
 - uniform
Resource stringIdentifier  - The UniformResourceIdentifier param.
 
- dnsname str
 - The Dnsname param.
 - rfc822name str
 - The Rfc822name param.
 - uniform_
resource_ stridentifier  - The UniformResourceIdentifier param.
 
- dnsname String
 - The Dnsname param.
 - rfc822name String
 - The Rfc822name param.
 - uniform
Resource StringIdentifier  - The UniformResourceIdentifier param.
 
GetScepProfileScepChallenge    
- Dynamic
Challenge GetScep Profile Scep Challenge Dynamic Challenge  - The DynamicChallenge param.
 - Fixed string
 - Challenge to use for SCEP server on mobile clients. String length must not exceed 1024 characters.
 - None string
 - The None param. String must be one of these: 
"". 
- Dynamic
Challenge GetScep Profile Scep Challenge Dynamic Challenge  - The DynamicChallenge param.
 - Fixed string
 - Challenge to use for SCEP server on mobile clients. String length must not exceed 1024 characters.
 - None string
 - The None param. String must be one of these: 
"". 
- dynamic
Challenge GetScep Profile Scep Challenge Dynamic Challenge  - The DynamicChallenge param.
 - fixed String
 - Challenge to use for SCEP server on mobile clients. String length must not exceed 1024 characters.
 - none String
 - The None param. String must be one of these: 
"". 
- dynamic
Challenge GetScep Profile Scep Challenge Dynamic Challenge  - The DynamicChallenge param.
 - fixed string
 - Challenge to use for SCEP server on mobile clients. String length must not exceed 1024 characters.
 - none string
 - The None param. String must be one of these: 
"". 
- dynamic_
challenge GetScep Profile Scep Challenge Dynamic Challenge  - The DynamicChallenge param.
 - fixed str
 - Challenge to use for SCEP server on mobile clients. String length must not exceed 1024 characters.
 - none str
 - The None param. String must be one of these: 
"". 
- dynamic
Challenge Property Map - The DynamicChallenge param.
 - fixed String
 - Challenge to use for SCEP server on mobile clients. String length must not exceed 1024 characters.
 - none String
 - The None param. String must be one of these: 
"". 
GetScepProfileScepChallengeDynamicChallenge      
- Otp
Server stringUrl  - The OtpServerUrl param. String length must not exceed 255 characters.
 - Password string
 - The Password param. String length must not exceed 255 characters.
 - Username string
 - The Username param. String length must not exceed 255 characters.
 
- Otp
Server stringUrl  - The OtpServerUrl param. String length must not exceed 255 characters.
 - Password string
 - The Password param. String length must not exceed 255 characters.
 - Username string
 - The Username param. String length must not exceed 255 characters.
 
- otp
Server StringUrl  - The OtpServerUrl param. String length must not exceed 255 characters.
 - password String
 - The Password param. String length must not exceed 255 characters.
 - username String
 - The Username param. String length must not exceed 255 characters.
 
- otp
Server stringUrl  - The OtpServerUrl param. String length must not exceed 255 characters.
 - password string
 - The Password param. String length must not exceed 255 characters.
 - username string
 - The Username param. String length must not exceed 255 characters.
 
- otp_
server_ strurl  - The OtpServerUrl param. String length must not exceed 255 characters.
 - password str
 - The Password param. String length must not exceed 255 characters.
 - username str
 - The Username param. String length must not exceed 255 characters.
 
- otp
Server StringUrl  - The OtpServerUrl param. String length must not exceed 255 characters.
 - password String
 - The Password param. String length must not exceed 255 characters.
 - username String
 - The Username param. String length must not exceed 255 characters.
 
Package Details
- Repository
 - scm pulumi/pulumi-scm
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
scmTerraform Provider.