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
KerberosServerProfile data source
Using getKerberosServerProfile
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 getKerberosServerProfile(args: GetKerberosServerProfileArgs, opts?: InvokeOptions): Promise<GetKerberosServerProfileResult>
function getKerberosServerProfileOutput(args: GetKerberosServerProfileOutputArgs, opts?: InvokeOptions): Output<GetKerberosServerProfileResult>def get_kerberos_server_profile(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKerberosServerProfileResult
def get_kerberos_server_profile_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKerberosServerProfileResult]func LookupKerberosServerProfile(ctx *Context, args *LookupKerberosServerProfileArgs, opts ...InvokeOption) (*LookupKerberosServerProfileResult, error)
func LookupKerberosServerProfileOutput(ctx *Context, args *LookupKerberosServerProfileOutputArgs, opts ...InvokeOption) LookupKerberosServerProfileResultOutput> Note: This function is named LookupKerberosServerProfile in the Go SDK.
public static class GetKerberosServerProfile
{
public static Task<GetKerberosServerProfileResult> InvokeAsync(GetKerberosServerProfileArgs args, InvokeOptions? opts = null)
public static Output<GetKerberosServerProfileResult> Invoke(GetKerberosServerProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKerberosServerProfileResult> getKerberosServerProfile(GetKerberosServerProfileArgs args, InvokeOptions options)
public static Output<GetKerberosServerProfileResult> getKerberosServerProfile(GetKerberosServerProfileArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getKerberosServerProfile:getKerberosServerProfile
arguments:
# arguments dictionaryThe following arguments are supported:
getKerberosServerProfile Result
The following output properties are available:
Supporting Types
GetKerberosServerProfileServer
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
