azure-native.appplatform.listApmSecretKeys
Explore with Pulumi AI
List keys of APM sensitive properties.
Uses Azure REST API version 2024-01-01-preview.
Other available API versions: 2023-05-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native appplatform [ApiVersion]
. See the version guide for details.
Using listApmSecretKeys
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 listApmSecretKeys(args: ListApmSecretKeysArgs, opts?: InvokeOptions): Promise<ListApmSecretKeysResult>
function listApmSecretKeysOutput(args: ListApmSecretKeysOutputArgs, opts?: InvokeOptions): Output<ListApmSecretKeysResult>
def list_apm_secret_keys(apm_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListApmSecretKeysResult
def list_apm_secret_keys_output(apm_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListApmSecretKeysResult]
func ListApmSecretKeys(ctx *Context, args *ListApmSecretKeysArgs, opts ...InvokeOption) (*ListApmSecretKeysResult, error)
func ListApmSecretKeysOutput(ctx *Context, args *ListApmSecretKeysOutputArgs, opts ...InvokeOption) ListApmSecretKeysResultOutput
> Note: This function is named ListApmSecretKeys
in the Go SDK.
public static class ListApmSecretKeys
{
public static Task<ListApmSecretKeysResult> InvokeAsync(ListApmSecretKeysArgs args, InvokeOptions? opts = null)
public static Output<ListApmSecretKeysResult> Invoke(ListApmSecretKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListApmSecretKeysResult> listApmSecretKeys(ListApmSecretKeysArgs args, InvokeOptions options)
public static Output<ListApmSecretKeysResult> listApmSecretKeys(ListApmSecretKeysArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:appplatform:listApmSecretKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Apm
Name string - The name of the APM
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Service
Name string - The name of the Service resource.
- Apm
Name string - The name of the APM
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Service
Name string - The name of the Service resource.
- apm
Name String - The name of the APM
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service
Name String - The name of the Service resource.
- apm
Name string - The name of the APM
- resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service
Name string - The name of the Service resource.
- apm_
name str - The name of the APM
- resource_
group_ strname - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service_
name str - The name of the Service resource.
- apm
Name String - The name of the APM
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service
Name String - The name of the Service resource.
listApmSecretKeys Result
The following output properties are available:
- Value List<string>
- Collection of the keys for the APM sensitive properties
- Value []string
- Collection of the keys for the APM sensitive properties
- value List<String>
- Collection of the keys for the APM sensitive properties
- value string[]
- Collection of the keys for the APM sensitive properties
- value Sequence[str]
- Collection of the keys for the APM sensitive properties
- value List<String>
- Collection of the keys for the APM sensitive properties
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0