Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 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:
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the Kerberos server profile
- Name string
- The name of the Kerberos server profile
- Servers
List<Get
Kerberos Server Profile Server> - The Kerberos server configuration
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the Kerberos server profile
- Name string
- The name of the Kerberos server profile
- Servers
[]Get
Kerberos Server Profile Server - The Kerberos server configuration
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the Kerberos server profile
- name String
- The name of the Kerberos server profile
- servers
List<Get
Kerberos Server Profile Server> - The Kerberos server configuration
- snippet String
- The snippet in which the resource is defined
- tfid String
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- id string
- The UUID of the Kerberos server profile
- name string
- The name of the Kerberos server profile
- servers
Get
Kerberos Server Profile Server[] - The Kerberos server configuration
- snippet string
- The snippet in which the resource is defined
- tfid string
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- id str
- The UUID of the Kerberos server profile
- name str
- The name of the Kerberos server profile
- servers
Sequence[Get
Kerberos Server Profile Server] - The Kerberos server configuration
- snippet str
- The snippet in which the resource is defined
- tfid str
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the Kerberos server profile
- name String
- The name of the Kerberos server profile
- servers List<Property Map>
- The Kerberos server configuration
- snippet String
- The snippet in which the resource is defined
- tfid String
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 v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
