ScepProfile data source
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,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScepProfileResult
def get_scep_profile_output(id: Optional[pulumi.Input[str]] = None,
name: 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)
public static Output<GetScepProfileResult> getScepProfile(GetScepProfileArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getScepProfile:getScepProfile
arguments:
# arguments dictionaryThe following arguments are supported:
getScepProfile Result
The following output properties are available:
- Algorithm
Get
Scep Profile Algorithm - Algorithm
- Ca
Identity stringName - Certificate Authority identity
- Certificate
Attributes GetScep Profile Certificate Attributes - Subject Alternative name type
- Device string
- The device in which the resource is defined
- Digest string
- Encrypted
Values Dictionary<string, string> - Fingerprint string
- Folder string
- Id string
- The UUID of the SCEP profile
- Name string
- The name of the SCEP profile
- Scep
Ca stringCert - Scep
Challenge GetScep Profile Scep Challenge - Scep
Client stringCert - Scep
Url string - Snippet string
- Subject string
- Tfid string
- Use
As boolDigital Signature - Use
For boolKey Encipherment
- Algorithm
Get
Scep Profile Algorithm - Algorithm
- Ca
Identity stringName - Certificate Authority identity
- Certificate
Attributes GetScep Profile Certificate Attributes - Subject Alternative name type
- Device string
- The device in which the resource is defined
- Digest string
- Encrypted
Values map[string]string - Fingerprint string
- Folder string
- Id string
- The UUID of the SCEP profile
- Name string
- The name of the SCEP profile
- Scep
Ca stringCert - Scep
Challenge GetScep Profile Scep Challenge - Scep
Client stringCert - Scep
Url string - Snippet string
- Subject string
- Tfid string
- Use
As boolDigital Signature - Use
For boolKey Encipherment
- algorithm
Get
Scep Profile Algorithm - Algorithm
- ca
Identity StringName - Certificate Authority identity
- certificate
Attributes GetScep Profile Certificate Attributes - Subject Alternative name type
- device String
- The device in which the resource is defined
- digest String
- encrypted
Values Map<String,String> - fingerprint String
- folder String
- id String
- The UUID of the SCEP profile
- name String
- The name of the SCEP profile
- scep
Ca StringCert - scep
Challenge GetScep Profile Scep Challenge - scep
Client StringCert - scep
Url String - snippet String
- subject String
- tfid String
- use
As BooleanDigital Signature - use
For BooleanKey Encipherment
- algorithm
Get
Scep Profile Algorithm - Algorithm
- ca
Identity stringName - Certificate Authority identity
- certificate
Attributes GetScep Profile Certificate Attributes - Subject Alternative name type
- device string
- The device in which the resource is defined
- digest string
- encrypted
Values {[key: string]: string} - fingerprint string
- folder string
- id string
- The UUID of the SCEP profile
- name string
- The name of the SCEP profile
- scep
Ca stringCert - scep
Challenge GetScep Profile Scep Challenge - scep
Client stringCert - scep
Url string - snippet string
- subject string
- tfid string
- use
As booleanDigital Signature - use
For booleanKey Encipherment
- algorithm
Get
Scep Profile Algorithm - Algorithm
- ca_
identity_ strname - Certificate Authority identity
- certificate_
attributes GetScep Profile Certificate Attributes - Subject Alternative name type
- device str
- The device in which the resource is defined
- digest str
- encrypted_
values Mapping[str, str] - fingerprint str
- folder str
- id str
- The UUID of the SCEP profile
- name str
- The name of the SCEP profile
- scep_
ca_ strcert - scep_
challenge GetScep Profile Scep Challenge - scep_
client_ strcert - scep_
url str - snippet str
- subject str
- tfid str
- use_
as_ booldigital_ signature - use_
for_ boolkey_ encipherment
- algorithm Property Map
- Algorithm
- ca
Identity StringName - Certificate Authority identity
- certificate
Attributes Property Map - Subject Alternative name type
- device String
- The device in which the resource is defined
- digest String
- encrypted
Values Map<String> - fingerprint String
- folder String
- id String
- The UUID of the SCEP profile
- name String
- The name of the SCEP profile
- scep
Ca StringCert - scep
Challenge Property Map - scep
Client StringCert - scep
Url String - snippet String
- subject String
- tfid String
- use
As BooleanDigital Signature - use
For BooleanKey Encipherment
Supporting Types
GetScepProfileAlgorithm
- Rsa
Get
Scep Profile Algorithm Rsa - Key length (bits)
- Rsa
Get
Scep Profile Algorithm Rsa - Key length (bits)
- rsa
Get
Scep Profile Algorithm Rsa - Key length (bits)
- rsa
Get
Scep Profile Algorithm Rsa - Key length (bits)
- rsa
Get
Scep Profile Algorithm Rsa - Key length (bits)
- rsa Property Map
- Key length (bits)
GetScepProfileAlgorithmRsa
- Rsa
Nbits int - Rsa nbits
- Rsa
Nbits int - Rsa nbits
- rsa
Nbits Integer - Rsa nbits
- rsa
Nbits number - Rsa nbits
- rsa_
nbits int - Rsa nbits
- rsa
Nbits Number - Rsa nbits
GetScepProfileCertificateAttributes
- Dnsname string
- Dnsname
- Rfc822name string
Rfc822name
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.- Uniform
Resource stringIdentifier Uniform resource identifier
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.
- Dnsname string
- Dnsname
- Rfc822name string
Rfc822name
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.- Uniform
Resource stringIdentifier Uniform resource identifier
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.
- dnsname String
- Dnsname
- rfc822name String
Rfc822name
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.- uniform
Resource StringIdentifier Uniform resource identifier
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.
- dnsname string
- Dnsname
- rfc822name string
Rfc822name
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.- uniform
Resource stringIdentifier Uniform resource identifier
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.
- dnsname str
- Dnsname
- rfc822name str
Rfc822name
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.- uniform_
resource_ stridentifier Uniform resource identifier
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.
- dnsname String
- Dnsname
- rfc822name String
Rfc822name
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.- uniform
Resource StringIdentifier Uniform resource identifier
ℹ️ Note: You must specify exactly one of
dnsname,rfc822name, anduniform_resource_identifier.
GetScepProfileScepChallenge
- Dynamic
Get
Scep Profile Scep Challenge Dynamic - Dynamic
- Fixed string
Challenge to use for SCEP server on mobile clients
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.- None string
No OTP
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.
- Dynamic
Get
Scep Profile Scep Challenge Dynamic - Dynamic
- Fixed string
Challenge to use for SCEP server on mobile clients
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.- None string
No OTP
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.
- dynamic
Get
Scep Profile Scep Challenge Dynamic - Dynamic
- fixed String
Challenge to use for SCEP server on mobile clients
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.- none String
No OTP
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.
- dynamic
Get
Scep Profile Scep Challenge Dynamic - Dynamic
- fixed string
Challenge to use for SCEP server on mobile clients
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.- none string
No OTP
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.
- dynamic
Get
Scep Profile Scep Challenge Dynamic - Dynamic
- fixed str
Challenge to use for SCEP server on mobile clients
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.- none str
No OTP
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.
- dynamic Property Map
- Dynamic
- fixed String
Challenge to use for SCEP server on mobile clients
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.- none String
No OTP
ℹ️ Note: You must specify exactly one of
dynamic,fixed, andnone.
GetScepProfileScepChallengeDynamic
- Otp
Server stringUrl - OTP server URL
- Password string
- OTP password
- Username string
- OTP username
- Otp
Server stringUrl - OTP server URL
- Password string
- OTP password
- Username string
- OTP username
- otp
Server StringUrl - OTP server URL
- password String
- OTP password
- username String
- OTP username
- otp
Server stringUrl - OTP server URL
- password string
- OTP password
- username string
- OTP username
- otp_
server_ strurl - OTP server URL
- password str
- OTP password
- username str
- OTP username
- otp
Server StringUrl - OTP server URL
- password String
- OTP password
- username String
- OTP username
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
