1. Packages
  2. Azure Native
  3. API Docs
  4. apimanagement
  5. listDelegationSettingSecrets
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.apimanagement.listDelegationSettingSecrets

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets the secret validation key of the DelegationSettings.

Uses Azure REST API version 2021-08-01.

Using listDelegationSettingSecrets

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 listDelegationSettingSecrets(args: ListDelegationSettingSecretsArgs, opts?: InvokeOptions): Promise<ListDelegationSettingSecretsResult>
function listDelegationSettingSecretsOutput(args: ListDelegationSettingSecretsOutputArgs, opts?: InvokeOptions): Output<ListDelegationSettingSecretsResult>
Copy
def list_delegation_setting_secrets(resource_group_name: Optional[str] = None,
                                    service_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListDelegationSettingSecretsResult
def list_delegation_setting_secrets_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                    service_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListDelegationSettingSecretsResult]
Copy
func ListDelegationSettingSecrets(ctx *Context, args *ListDelegationSettingSecretsArgs, opts ...InvokeOption) (*ListDelegationSettingSecretsResult, error)
func ListDelegationSettingSecretsOutput(ctx *Context, args *ListDelegationSettingSecretsOutputArgs, opts ...InvokeOption) ListDelegationSettingSecretsResultOutput
Copy

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

public static class ListDelegationSettingSecrets 
{
    public static Task<ListDelegationSettingSecretsResult> InvokeAsync(ListDelegationSettingSecretsArgs args, InvokeOptions? opts = null)
    public static Output<ListDelegationSettingSecretsResult> Invoke(ListDelegationSettingSecretsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListDelegationSettingSecretsResult> listDelegationSettingSecrets(ListDelegationSettingSecretsArgs args, InvokeOptions options)
public static Output<ListDelegationSettingSecretsResult> listDelegationSettingSecrets(ListDelegationSettingSecretsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:apimanagement:listDelegationSettingSecrets
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ServiceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the API Management service.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ServiceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the API Management service.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
serviceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the API Management service.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
serviceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the API Management service.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
service_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the API Management service.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
serviceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the API Management service.

listDelegationSettingSecrets Result

The following output properties are available:

ValidationKey string
This is secret value of the validation key in portal settings.
ValidationKey string
This is secret value of the validation key in portal settings.
validationKey String
This is secret value of the validation key in portal settings.
validationKey string
This is secret value of the validation key in portal settings.
validation_key str
This is secret value of the validation key in portal settings.
validationKey String
This is secret value of the validation key in portal settings.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi