unifi.getRadiusProfile

unifi.RadiusProfile data source can be used to retrieve the ID for a RADIUS profile by name.

Using getRadiusProfile

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 getRadiusProfile(args: GetRadiusProfileArgs, opts?: InvokeOptions): Promise<GetRadiusProfileResult>
function getRadiusProfileOutput(args: GetRadiusProfileOutputArgs, opts?: InvokeOptions): Output<GetRadiusProfileResult>
def get_radius_profile(name: Optional[str] = None,
                       site: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetRadiusProfileResult
def get_radius_profile_output(name: Optional[pulumi.Input[str]] = None,
                       site: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetRadiusProfileResult]
func LookupRadiusProfile(ctx *Context, args *LookupRadiusProfileArgs, opts ...InvokeOption) (*LookupRadiusProfileResult, error)
func LookupRadiusProfileOutput(ctx *Context, args *LookupRadiusProfileOutputArgs, opts ...InvokeOption) LookupRadiusProfileResultOutput

> Note: This function is named LookupRadiusProfile in the Go SDK.

public static class GetRadiusProfile 
{
    public static Task<GetRadiusProfileResult> InvokeAsync(GetRadiusProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetRadiusProfileResult> Invoke(GetRadiusProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRadiusProfileResult> getRadiusProfile(GetRadiusProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: unifi:index/getRadiusProfile:getRadiusProfile
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

The name of the RADIUS profile to look up. Defaults to Default.

Site string

The name of the site the RADIUS profile is associated with.

Name string

The name of the RADIUS profile to look up. Defaults to Default.

Site string

The name of the site the RADIUS profile is associated with.

name String

The name of the RADIUS profile to look up. Defaults to Default.

site String

The name of the site the RADIUS profile is associated with.

name string

The name of the RADIUS profile to look up. Defaults to Default.

site string

The name of the site the RADIUS profile is associated with.

name str

The name of the RADIUS profile to look up. Defaults to Default.

site str

The name of the site the RADIUS profile is associated with.

name String

The name of the RADIUS profile to look up. Defaults to Default.

site String

The name of the site the RADIUS profile is associated with.

getRadiusProfile Result

The following output properties are available:

Id string

The ID of this AP group.

Site string

The name of the site the RADIUS profile is associated with.

Name string

The name of the RADIUS profile to look up. Defaults to Default.

Id string

The ID of this AP group.

Site string

The name of the site the RADIUS profile is associated with.

Name string

The name of the RADIUS profile to look up. Defaults to Default.

id String

The ID of this AP group.

site String

The name of the site the RADIUS profile is associated with.

name String

The name of the RADIUS profile to look up. Defaults to Default.

id string

The ID of this AP group.

site string

The name of the site the RADIUS profile is associated with.

name string

The name of the RADIUS profile to look up. Defaults to Default.

id str

The ID of this AP group.

site str

The name of the site the RADIUS profile is associated with.

name str

The name of the RADIUS profile to look up. Defaults to Default.

id String

The ID of this AP group.

site String

The name of the site the RADIUS profile is associated with.

name String

The name of the RADIUS profile to look up. Defaults to Default.

Package Details

Repository
unifi pulumiverse/pulumi-unifi
License
Apache-2.0
Notes

This Pulumi package is based on the unifi Terraform Provider.