Strata Cloud Manager v1.0.4 published on Saturday, Feb 14, 2026 by Pulumi
Strata Cloud Manager v1.0.4 published on Saturday, Feb 14, 2026 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(device: Optional[str] = None,
folder: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
snippet: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLdapServerProfileResult
def get_ldap_server_profile_output(device: Optional[pulumi.Input[str]] = None,
folder: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
snippet: 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
- Bind
Dn string - Bind
Password string - Bind
Timelimit string - 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
- Retry
Interval int - Servers
List<Get
Ldap Server Profile Server> - Snippet string
- Ssl bool
- Tfid string
- Timelimit int
- Verify
Server boolCertificate
- Base string
- Bind
Dn string - Bind
Password string - Bind
Timelimit string - 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
- Retry
Interval int - Servers
[]Get
Ldap Server Profile Server - Snippet string
- Ssl bool
- Tfid string
- Timelimit int
- Verify
Server boolCertificate
- base String
- bind
Dn String - bind
Password String - bind
Timelimit String - 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
- retry
Interval Integer - servers
List<Get
Ldap Server Profile Server> - snippet String
- ssl Boolean
- tfid String
- timelimit Integer
- verify
Server BooleanCertificate
- base string
- bind
Dn string - bind
Password string - bind
Timelimit string - 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
- retry
Interval number - servers
Get
Ldap Server Profile Server[] - snippet string
- ssl boolean
- tfid string
- timelimit number
- verify
Server booleanCertificate
- base str
- bind_
dn str - bind_
password str - bind_
timelimit str - 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
- retry_
interval int - servers
Sequence[Get
Ldap Server Profile Server] - snippet str
- ssl bool
- tfid str
- timelimit int
- verify_
server_ boolcertificate
- base String
- bind
Dn String - bind
Password String - bind
Timelimit String - 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
- 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.4 published on Saturday, Feb 14, 2026 by Pulumi
