1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getScepProfileList
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    Retrieves a listing of config items.

    Using getScepProfileList

    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 getScepProfileList(args: GetScepProfileListArgs, opts?: InvokeOptions): Promise<GetScepProfileListResult>
    function getScepProfileListOutput(args: GetScepProfileListOutputArgs, opts?: InvokeOptions): Output<GetScepProfileListResult>
    def get_scep_profile_list(device: Optional[str] = None,
                              folder: Optional[str] = None,
                              limit: Optional[int] = None,
                              name: Optional[str] = None,
                              offset: Optional[int] = None,
                              snippet: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetScepProfileListResult
    def get_scep_profile_list_output(device: Optional[pulumi.Input[str]] = None,
                              folder: Optional[pulumi.Input[str]] = None,
                              limit: Optional[pulumi.Input[int]] = None,
                              name: Optional[pulumi.Input[str]] = None,
                              offset: Optional[pulumi.Input[int]] = None,
                              snippet: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetScepProfileListResult]
    func GetScepProfileList(ctx *Context, args *GetScepProfileListArgs, opts ...InvokeOption) (*GetScepProfileListResult, error)
    func GetScepProfileListOutput(ctx *Context, args *GetScepProfileListOutputArgs, opts ...InvokeOption) GetScepProfileListResultOutput

    > Note: This function is named GetScepProfileList in the Go SDK.

    public static class GetScepProfileList 
    {
        public static Task<GetScepProfileListResult> InvokeAsync(GetScepProfileListArgs args, InvokeOptions? opts = null)
        public static Output<GetScepProfileListResult> Invoke(GetScepProfileListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScepProfileListResult> getScepProfileList(GetScepProfileListArgs args, InvokeOptions options)
    public static Output<GetScepProfileListResult> getScepProfileList(GetScepProfileListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getScepProfileList:getScepProfileList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    getScepProfileList Result

    The following output properties are available:

    Datas List<GetScepProfileListData>
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Datas []GetScepProfileListData
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    datas List<GetScepProfileListData>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Integer
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    datas GetScepProfileListData[]
    The data.
    id string
    The provider-assigned unique ID for this managed resource.
    tfid string
    total number
    The total number of items.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    datas Sequence[GetScepProfileListData]
    The data.
    id str
    The provider-assigned unique ID for this managed resource.
    tfid str
    total int
    The total number of items.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    datas List<Property Map>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Number
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    Supporting Types

    GetScepProfileListData

    Algorithm GetScepProfileListDataAlgorithm
    Algorithm
    CaIdentityName string
    Certificate Authority identity
    CertificateAttributes GetScepProfileListDataCertificateAttributes
    Subject Alternative name type
    Device string
    The device in which the resource is defined
    Digest string
    Digest for CSR
    EncryptedValues Dictionary<string, string>
    Map of sensitive values returned from the API.
    Fingerprint string
    CA certificate fingerprint
    Folder string
    The folder in which the resource is defined
    Id string
    The UUID of the SCEP profile
    Name string
    The name of the SCEP profile
    ScepCaCert string
    SCEP server CA certificate
    ScepChallenge GetScepProfileListDataScepChallenge
    One Time Password challenge
    ScepClientCert string
    SCEP client ceertificate
    ScepUrl string
    SCEP server URL
    Snippet string
    The snippet in which the resource is defined
    Subject string
    Subject
    Tfid string
    UseAsDigitalSignature bool
    Use as digital signature?
    UseForKeyEncipherment bool
    Use for key encipherment?
    Algorithm GetScepProfileListDataAlgorithm
    Algorithm
    CaIdentityName string
    Certificate Authority identity
    CertificateAttributes GetScepProfileListDataCertificateAttributes
    Subject Alternative name type
    Device string
    The device in which the resource is defined
    Digest string
    Digest for CSR
    EncryptedValues map[string]string
    Map of sensitive values returned from the API.
    Fingerprint string
    CA certificate fingerprint
    Folder string
    The folder in which the resource is defined
    Id string
    The UUID of the SCEP profile
    Name string
    The name of the SCEP profile
    ScepCaCert string
    SCEP server CA certificate
    ScepChallenge GetScepProfileListDataScepChallenge
    One Time Password challenge
    ScepClientCert string
    SCEP client ceertificate
    ScepUrl string
    SCEP server URL
    Snippet string
    The snippet in which the resource is defined
    Subject string
    Subject
    Tfid string
    UseAsDigitalSignature bool
    Use as digital signature?
    UseForKeyEncipherment bool
    Use for key encipherment?
    algorithm GetScepProfileListDataAlgorithm
    Algorithm
    caIdentityName String
    Certificate Authority identity
    certificateAttributes GetScepProfileListDataCertificateAttributes
    Subject Alternative name type
    device String
    The device in which the resource is defined
    digest String
    Digest for CSR
    encryptedValues Map<String,String>
    Map of sensitive values returned from the API.
    fingerprint String
    CA certificate fingerprint
    folder String
    The folder in which the resource is defined
    id String
    The UUID of the SCEP profile
    name String
    The name of the SCEP profile
    scepCaCert String
    SCEP server CA certificate
    scepChallenge GetScepProfileListDataScepChallenge
    One Time Password challenge
    scepClientCert String
    SCEP client ceertificate
    scepUrl String
    SCEP server URL
    snippet String
    The snippet in which the resource is defined
    subject String
    Subject
    tfid String
    useAsDigitalSignature Boolean
    Use as digital signature?
    useForKeyEncipherment Boolean
    Use for key encipherment?
    algorithm GetScepProfileListDataAlgorithm
    Algorithm
    caIdentityName string
    Certificate Authority identity
    certificateAttributes GetScepProfileListDataCertificateAttributes
    Subject Alternative name type
    device string
    The device in which the resource is defined
    digest string
    Digest for CSR
    encryptedValues {[key: string]: string}
    Map of sensitive values returned from the API.
    fingerprint string
    CA certificate fingerprint
    folder string
    The folder in which the resource is defined
    id string
    The UUID of the SCEP profile
    name string
    The name of the SCEP profile
    scepCaCert string
    SCEP server CA certificate
    scepChallenge GetScepProfileListDataScepChallenge
    One Time Password challenge
    scepClientCert string
    SCEP client ceertificate
    scepUrl string
    SCEP server URL
    snippet string
    The snippet in which the resource is defined
    subject string
    Subject
    tfid string
    useAsDigitalSignature boolean
    Use as digital signature?
    useForKeyEncipherment boolean
    Use for key encipherment?
    algorithm GetScepProfileListDataAlgorithm
    Algorithm
    ca_identity_name str
    Certificate Authority identity
    certificate_attributes GetScepProfileListDataCertificateAttributes
    Subject Alternative name type
    device str
    The device in which the resource is defined
    digest str
    Digest for CSR
    encrypted_values Mapping[str, str]
    Map of sensitive values returned from the API.
    fingerprint str
    CA certificate fingerprint
    folder str
    The folder in which the resource is defined
    id str
    The UUID of the SCEP profile
    name str
    The name of the SCEP profile
    scep_ca_cert str
    SCEP server CA certificate
    scep_challenge GetScepProfileListDataScepChallenge
    One Time Password challenge
    scep_client_cert str
    SCEP client ceertificate
    scep_url str
    SCEP server URL
    snippet str
    The snippet in which the resource is defined
    subject str
    Subject
    tfid str
    use_as_digital_signature bool
    Use as digital signature?
    use_for_key_encipherment bool
    Use for key encipherment?
    algorithm Property Map
    Algorithm
    caIdentityName String
    Certificate Authority identity
    certificateAttributes Property Map
    Subject Alternative name type
    device String
    The device in which the resource is defined
    digest String
    Digest for CSR
    encryptedValues Map<String>
    Map of sensitive values returned from the API.
    fingerprint String
    CA certificate fingerprint
    folder String
    The folder in which the resource is defined
    id String
    The UUID of the SCEP profile
    name String
    The name of the SCEP profile
    scepCaCert String
    SCEP server CA certificate
    scepChallenge Property Map
    One Time Password challenge
    scepClientCert String
    SCEP client ceertificate
    scepUrl String
    SCEP server URL
    snippet String
    The snippet in which the resource is defined
    subject String
    Subject
    tfid String
    useAsDigitalSignature Boolean
    Use as digital signature?
    useForKeyEncipherment Boolean
    Use for key encipherment?

    GetScepProfileListDataAlgorithm

    rsa Property Map
    Key length (bits)

    GetScepProfileListDataAlgorithmRsa

    RsaNbits int
    Rsa nbits
    RsaNbits int
    Rsa nbits
    rsaNbits Integer
    Rsa nbits
    rsaNbits number
    Rsa nbits
    rsa_nbits int
    Rsa nbits
    rsaNbits Number
    Rsa nbits

    GetScepProfileListDataCertificateAttributes

    Dnsname string
    Dnsname
    Rfc822name string
    Rfc822name
    UniformResourceIdentifier string
    Uniform resource identifier
    Dnsname string
    Dnsname
    Rfc822name string
    Rfc822name
    UniformResourceIdentifier string
    Uniform resource identifier
    dnsname String
    Dnsname
    rfc822name String
    Rfc822name
    uniformResourceIdentifier String
    Uniform resource identifier
    dnsname string
    Dnsname
    rfc822name string
    Rfc822name
    uniformResourceIdentifier string
    Uniform resource identifier
    dnsname str
    Dnsname
    rfc822name str
    Rfc822name
    uniform_resource_identifier str
    Uniform resource identifier
    dnsname String
    Dnsname
    rfc822name String
    Rfc822name
    uniformResourceIdentifier String
    Uniform resource identifier

    GetScepProfileListDataScepChallenge

    Dynamic GetScepProfileListDataScepChallengeDynamic
    Dynamic
    Fixed string
    Challenge to use for SCEP server on mobile clients
    None string
    No OTP
    Dynamic GetScepProfileListDataScepChallengeDynamic
    Dynamic
    Fixed string
    Challenge to use for SCEP server on mobile clients
    None string
    No OTP
    dynamic GetScepProfileListDataScepChallengeDynamic
    Dynamic
    fixed String
    Challenge to use for SCEP server on mobile clients
    none String
    No OTP
    dynamic GetScepProfileListDataScepChallengeDynamic
    Dynamic
    fixed string
    Challenge to use for SCEP server on mobile clients
    none string
    No OTP
    dynamic GetScepProfileListDataScepChallengeDynamic
    Dynamic
    fixed str
    Challenge to use for SCEP server on mobile clients
    none str
    No OTP
    dynamic Property Map
    Dynamic
    fixed String
    Challenge to use for SCEP server on mobile clients
    none String
    No OTP

    GetScepProfileListDataScepChallengeDynamic

    OtpServerUrl string
    OTP server URL
    Password string
    OTP password
    Username string
    OTP username
    OtpServerUrl string
    OTP server URL
    Password string
    OTP password
    Username string
    OTP username
    otpServerUrl String
    OTP server URL
    password String
    OTP password
    username String
    OTP username
    otpServerUrl string
    OTP server URL
    password string
    OTP password
    username string
    OTP username
    otp_server_url str
    OTP server URL
    password str
    OTP password
    username str
    OTP username
    otpServerUrl String
    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 scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate