1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getLdapServerProfile
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

    LdapServerProfile data source

    Using getLdapServerProfile

    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 getLdapServerProfile(args: GetLdapServerProfileArgs, opts?: InvokeOptions): Promise<GetLdapServerProfileResult>
    function getLdapServerProfileOutput(args: GetLdapServerProfileOutputArgs, opts?: InvokeOptions): Output<GetLdapServerProfileResult>
    def get_ldap_server_profile(id: Optional[str] = None,
                                name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetLdapServerProfileResult
    def get_ldap_server_profile_output(id: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetLdapServerProfileResult]
    func LookupLdapServerProfile(ctx *Context, args *LookupLdapServerProfileArgs, opts ...InvokeOption) (*LookupLdapServerProfileResult, error)
    func LookupLdapServerProfileOutput(ctx *Context, args *LookupLdapServerProfileOutputArgs, opts ...InvokeOption) LookupLdapServerProfileResultOutput

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

    public static class GetLdapServerProfile 
    {
        public static Task<GetLdapServerProfileResult> InvokeAsync(GetLdapServerProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetLdapServerProfileResult> Invoke(GetLdapServerProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLdapServerProfileResult> getLdapServerProfile(GetLdapServerProfileArgs args, InvokeOptions options)
    public static Output<GetLdapServerProfileResult> getLdapServerProfile(GetLdapServerProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getLdapServerProfile:getLdapServerProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The UUID of the LDAP server profile
    Name string
    The name of the LDAP server profile
    Id string
    The UUID of the LDAP server profile
    Name string
    The name of the LDAP server profile
    id String
    The UUID of the LDAP server profile
    name String
    The name of the LDAP server profile
    id string
    The UUID of the LDAP server profile
    name string
    The name of the LDAP server profile
    id str
    The UUID of the LDAP server profile
    name str
    The name of the LDAP server profile
    id String
    The UUID of the LDAP server profile
    name String
    The name of the LDAP server profile

    getLdapServerProfile Result

    The following output properties are available:

    Base string
    The base DN
    BindDn string
    The bind DN
    BindPassword string
    The bind password
    BindTimelimit string
    The bind timeout (seconds)
    Device string
    The device in which the resource is defined
    EncryptedValues Dictionary<string, string>
    Map of sensitive values returned from the API.
    Folder string
    The folder in which the resource is defined
    Id string
    The UUID of the LDAP server profile
    LdapType string
    The LDAP server time
    Name string
    The name of the LDAP server profile
    RetryInterval int
    The search retry interval (seconds)
    Servers List<GetLdapServerProfileServer>
    The LDAP server configuration
    Snippet string
    The snippet in which the resource is defined
    Ssl bool
    Require SSL/TLS secured connection?
    Tfid string
    Timelimit int
    The search timeout (seconds)
    VerifyServerCertificate bool
    Verify server certificate for SSL sessions?
    Base string
    The base DN
    BindDn string
    The bind DN
    BindPassword string
    The bind password
    BindTimelimit string
    The bind timeout (seconds)
    Device string
    The device in which the resource is defined
    EncryptedValues map[string]string
    Map of sensitive values returned from the API.
    Folder string
    The folder in which the resource is defined
    Id string
    The UUID of the LDAP server profile
    LdapType string
    The LDAP server time
    Name string
    The name of the LDAP server profile
    RetryInterval int
    The search retry interval (seconds)
    Servers []GetLdapServerProfileServer
    The LDAP server configuration
    Snippet string
    The snippet in which the resource is defined
    Ssl bool
    Require SSL/TLS secured connection?
    Tfid string
    Timelimit int
    The search timeout (seconds)
    VerifyServerCertificate bool
    Verify server certificate for SSL sessions?
    base String
    The base DN
    bindDn String
    The bind DN
    bindPassword String
    The bind password
    bindTimelimit String
    The bind timeout (seconds)
    device String
    The device in which the resource is defined
    encryptedValues Map<String,String>
    Map of sensitive values returned from the API.
    folder String
    The folder in which the resource is defined
    id String
    The UUID of the LDAP server profile
    ldapType String
    The LDAP server time
    name String
    The name of the LDAP server profile
    retryInterval Integer
    The search retry interval (seconds)
    servers List<GetLdapServerProfileServer>
    The LDAP server configuration
    snippet String
    The snippet in which the resource is defined
    ssl Boolean
    Require SSL/TLS secured connection?
    tfid String
    timelimit Integer
    The search timeout (seconds)
    verifyServerCertificate Boolean
    Verify server certificate for SSL sessions?
    base string
    The base DN
    bindDn string
    The bind DN
    bindPassword string
    The bind password
    bindTimelimit string
    The bind timeout (seconds)
    device string
    The device in which the resource is defined
    encryptedValues {[key: string]: string}
    Map of sensitive values returned from the API.
    folder string
    The folder in which the resource is defined
    id string
    The UUID of the LDAP server profile
    ldapType string
    The LDAP server time
    name string
    The name of the LDAP server profile
    retryInterval number
    The search retry interval (seconds)
    servers GetLdapServerProfileServer[]
    The LDAP server configuration
    snippet string
    The snippet in which the resource is defined
    ssl boolean
    Require SSL/TLS secured connection?
    tfid string
    timelimit number
    The search timeout (seconds)
    verifyServerCertificate boolean
    Verify server certificate for SSL sessions?
    base str
    The base DN
    bind_dn str
    The bind DN
    bind_password str
    The bind password
    bind_timelimit str
    The bind timeout (seconds)
    device str
    The device in which the resource is defined
    encrypted_values Mapping[str, str]
    Map of sensitive values returned from the API.
    folder str
    The folder in which the resource is defined
    id str
    The UUID of the LDAP server profile
    ldap_type str
    The LDAP server time
    name str
    The name of the LDAP server profile
    retry_interval int
    The search retry interval (seconds)
    servers Sequence[GetLdapServerProfileServer]
    The LDAP server configuration
    snippet str
    The snippet in which the resource is defined
    ssl bool
    Require SSL/TLS secured connection?
    tfid str
    timelimit int
    The search timeout (seconds)
    verify_server_certificate bool
    Verify server certificate for SSL sessions?
    base String
    The base DN
    bindDn String
    The bind DN
    bindPassword String
    The bind password
    bindTimelimit String
    The bind timeout (seconds)
    device String
    The device in which the resource is defined
    encryptedValues Map<String>
    Map of sensitive values returned from the API.
    folder String
    The folder in which the resource is defined
    id String
    The UUID of the LDAP server profile
    ldapType String
    The LDAP server time
    name String
    The name of the LDAP server profile
    retryInterval Number
    The search retry interval (seconds)
    servers List<Property Map>
    The LDAP server configuration
    snippet String
    The snippet in which the resource is defined
    ssl Boolean
    Require SSL/TLS secured connection?
    tfid String
    timelimit Number
    The search timeout (seconds)
    verifyServerCertificate Boolean
    Verify server certificate for SSL sessions?

    Supporting Types

    GetLdapServerProfileServer

    Address string
    The LDAP server IP address
    Name string
    The LDAP server name
    Port int
    The LDAP server port
    Address string
    The LDAP server IP address
    Name string
    The LDAP server name
    Port int
    The LDAP server port
    address String
    The LDAP server IP address
    name String
    The LDAP server name
    port Integer
    The LDAP server port
    address string
    The LDAP server IP address
    name string
    The LDAP server name
    port number
    The LDAP server port
    address str
    The LDAP server IP address
    name str
    The LDAP server name
    port int
    The LDAP server port
    address String
    The LDAP server IP address
    name String
    The LDAP server name
    port Number
    The LDAP server port

    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