1. Packages
  2. Azure Native
  3. API Docs
  4. network
  5. listVpnServerConfigurationRadiusSecrets
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi

    List all Radius servers with respective radius secrets from VpnServerConfiguration.

    Uses Azure REST API version 2024-10-01.

    Using listVpnServerConfigurationRadiusSecrets

    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 listVpnServerConfigurationRadiusSecrets(args: ListVpnServerConfigurationRadiusSecretsArgs, opts?: InvokeOptions): Promise<ListVpnServerConfigurationRadiusSecretsResult>
    function listVpnServerConfigurationRadiusSecretsOutput(args: ListVpnServerConfigurationRadiusSecretsOutputArgs, opts?: InvokeOptions): Output<ListVpnServerConfigurationRadiusSecretsResult>
    def list_vpn_server_configuration_radius_secrets(resource_group_name: Optional[str] = None,
                                                     vpn_server_configuration_name: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> ListVpnServerConfigurationRadiusSecretsResult
    def list_vpn_server_configuration_radius_secrets_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                     vpn_server_configuration_name: Optional[pulumi.Input[str]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[ListVpnServerConfigurationRadiusSecretsResult]
    func ListVpnServerConfigurationRadiusSecrets(ctx *Context, args *ListVpnServerConfigurationRadiusSecretsArgs, opts ...InvokeOption) (*ListVpnServerConfigurationRadiusSecretsResult, error)
    func ListVpnServerConfigurationRadiusSecretsOutput(ctx *Context, args *ListVpnServerConfigurationRadiusSecretsOutputArgs, opts ...InvokeOption) ListVpnServerConfigurationRadiusSecretsResultOutput

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

    public static class ListVpnServerConfigurationRadiusSecrets 
    {
        public static Task<ListVpnServerConfigurationRadiusSecretsResult> InvokeAsync(ListVpnServerConfigurationRadiusSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListVpnServerConfigurationRadiusSecretsResult> Invoke(ListVpnServerConfigurationRadiusSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListVpnServerConfigurationRadiusSecretsResult> listVpnServerConfigurationRadiusSecrets(ListVpnServerConfigurationRadiusSecretsArgs args, InvokeOptions options)
    public static Output<ListVpnServerConfigurationRadiusSecretsResult> listVpnServerConfigurationRadiusSecrets(ListVpnServerConfigurationRadiusSecretsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:network:listVpnServerConfigurationRadiusSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VpnServerConfigurationName string
    The name of the VpnServerConfiguration.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VpnServerConfigurationName string
    The name of the VpnServerConfiguration.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    vpnServerConfigurationName String
    The name of the VpnServerConfiguration.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    vpnServerConfigurationName string
    The name of the VpnServerConfiguration.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    vpn_server_configuration_name str
    The name of the VpnServerConfiguration.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    vpnServerConfigurationName String
    The name of the VpnServerConfiguration.

    listVpnServerConfigurationRadiusSecrets Result

    The following output properties are available:

    NextLink string
    URL to get the next set of operation list results if there are any.
    Value List<Pulumi.AzureNative.Network.Outputs.RadiusAuthServerResponse>
    List of Radius servers with respective radius secrets.
    NextLink string
    URL to get the next set of operation list results if there are any.
    Value []RadiusAuthServerResponse
    List of Radius servers with respective radius secrets.
    nextLink String
    URL to get the next set of operation list results if there are any.
    value List<RadiusAuthServerResponse>
    List of Radius servers with respective radius secrets.
    nextLink string
    URL to get the next set of operation list results if there are any.
    value RadiusAuthServerResponse[]
    List of Radius servers with respective radius secrets.
    next_link str
    URL to get the next set of operation list results if there are any.
    value Sequence[RadiusAuthServerResponse]
    List of Radius servers with respective radius secrets.
    nextLink String
    URL to get the next set of operation list results if there are any.
    value List<Property Map>
    List of Radius servers with respective radius secrets.

    Supporting Types

    RadiusAuthServerResponse

    RadiusServerAddress string
    Radius server IPAddress
    RadiusServerSecret string
    Radius server secret
    RadiusServerAddress string
    Radius server IPAddress
    RadiusServerSecret string
    Radius server secret
    radiusServerAddress String
    Radius server IPAddress
    radiusServerSecret String
    Radius server secret
    radiusServerAddress string
    Radius server IPAddress
    radiusServerSecret string
    Radius server secret
    radius_server_address str
    Radius server IPAddress
    radius_server_secret str
    Radius server secret
    radiusServerAddress String
    Radius server IPAddress
    radiusServerSecret String
    Radius server secret

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate