1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getLdapServerProfile
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
scm logo
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 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>
    Folder string
    Id string
    The UUID of the LDAP server profile
    LdapType string
    Name string
    The name of the LDAP server profile
    RetryInterval int
    Servers List<GetLdapServerProfileServer>
    Snippet string
    Ssl bool
    Tfid string
    Timelimit int
    VerifyServerCertificate bool
    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
    Folder string
    Id string
    The UUID of the LDAP server profile
    LdapType string
    Name string
    The name of the LDAP server profile
    RetryInterval int
    Servers []GetLdapServerProfileServer
    Snippet string
    Ssl bool
    Tfid string
    Timelimit int
    VerifyServerCertificate bool
    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>
    folder String
    id String
    The UUID of the LDAP server profile
    ldapType String
    name String
    The name of the LDAP server profile
    retryInterval Integer
    servers List<GetLdapServerProfileServer>
    snippet String
    ssl Boolean
    tfid String
    timelimit Integer
    verifyServerCertificate Boolean
    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}
    folder string
    id string
    The UUID of the LDAP server profile
    ldapType string
    name string
    The name of the LDAP server profile
    retryInterval number
    servers GetLdapServerProfileServer[]
    snippet string
    ssl boolean
    tfid string
    timelimit number
    verifyServerCertificate boolean
    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]
    folder str
    id str
    The UUID of the LDAP server profile
    ldap_type str
    name str
    The name of the LDAP server profile
    retry_interval int
    servers Sequence[GetLdapServerProfileServer]
    snippet str
    ssl bool
    tfid str
    timelimit int
    verify_server_certificate bool
    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>
    folder String
    id String
    The UUID of the LDAP server profile
    ldapType String
    name String
    The name of the LDAP server profile
    retryInterval Number
    servers List<Property Map>
    snippet String
    ssl Boolean
    tfid String
    timelimit Number
    verifyServerCertificate Boolean

    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 v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate