Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
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 dictionaryThe following arguments are supported:
getLdapServerProfile Result
The following output properties are available:
- Base string
- The base DN
- Bind
Dn string - The bind DN
- Bind
Password string - The bind password
- Bind
Timelimit string - The bind timeout (seconds)
- Device string
- The device in which the resource is defined
- Encrypted
Values Dictionary<string, string> - Folder string
- Id string
- The UUID of the LDAP server profile
- Ldap
Type string - Name string
- The name of the LDAP server profile
- Retry
Interval int - Servers
List<Get
Ldap Server Profile Server> - Snippet string
- Ssl bool
- Tfid string
- Timelimit int
- Verify
Server boolCertificate
- Base string
- The base DN
- Bind
Dn string - The bind DN
- Bind
Password string - The bind password
- Bind
Timelimit string - The bind timeout (seconds)
- Device string
- The device in which the resource is defined
- Encrypted
Values map[string]string - Folder string
- Id string
- The UUID of the LDAP server profile
- Ldap
Type string - Name string
- The name of the LDAP server profile
- Retry
Interval int - Servers
[]Get
Ldap Server Profile Server - Snippet string
- Ssl bool
- Tfid string
- Timelimit int
- Verify
Server boolCertificate
- base String
- The base DN
- bind
Dn String - The bind DN
- bind
Password String - The bind password
- bind
Timelimit String - The bind timeout (seconds)
- device String
- The device in which the resource is defined
- encrypted
Values Map<String,String> - folder String
- id String
- The UUID of the LDAP server profile
- ldap
Type String - name String
- The name of the LDAP server profile
- retry
Interval Integer - servers
List<Get
Ldap Server Profile Server> - snippet String
- ssl Boolean
- tfid String
- timelimit Integer
- verify
Server BooleanCertificate
- base string
- The base DN
- bind
Dn string - The bind DN
- bind
Password string - The bind password
- bind
Timelimit string - The bind timeout (seconds)
- device string
- The device in which the resource is defined
- encrypted
Values {[key: string]: string} - folder string
- id string
- The UUID of the LDAP server profile
- ldap
Type string - name string
- The name of the LDAP server profile
- retry
Interval number - servers
Get
Ldap Server Profile Server[] - snippet string
- ssl boolean
- tfid string
- timelimit number
- verify
Server booleanCertificate
- 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[Get
Ldap Server Profile Server] - snippet str
- ssl bool
- tfid str
- timelimit int
- verify_
server_ boolcertificate
- base String
- The base DN
- bind
Dn String - The bind DN
- bind
Password String - The bind password
- bind
Timelimit String - The bind timeout (seconds)
- device String
- The device in which the resource is defined
- encrypted
Values Map<String> - folder String
- id String
- The UUID of the LDAP server profile
- ldap
Type String - name String
- The name of the LDAP server profile
- retry
Interval Number - servers List<Property Map>
- snippet String
- ssl Boolean
- tfid String
- timelimit Number
- verify
Server BooleanCertificate
Supporting Types
GetLdapServerProfileServer
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
