1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. listJobSecrets
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.app.listJobSecrets

Explore with Pulumi AI

azure-native logo
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

    Container Apps Job Secrets Collection ARM resource. Azure REST API version: 2023-04-01-preview.

    Other available API versions: 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-03-01.

    Using listJobSecrets

    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 listJobSecrets(args: ListJobSecretsArgs, opts?: InvokeOptions): Promise<ListJobSecretsResult>
    function listJobSecretsOutput(args: ListJobSecretsOutputArgs, opts?: InvokeOptions): Output<ListJobSecretsResult>
    def list_job_secrets(job_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> ListJobSecretsResult
    def list_job_secrets_output(job_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[ListJobSecretsResult]
    func ListJobSecrets(ctx *Context, args *ListJobSecretsArgs, opts ...InvokeOption) (*ListJobSecretsResult, error)
    func ListJobSecretsOutput(ctx *Context, args *ListJobSecretsOutputArgs, opts ...InvokeOption) ListJobSecretsResultOutput

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

    public static class ListJobSecrets 
    {
        public static Task<ListJobSecretsResult> InvokeAsync(ListJobSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListJobSecretsResult> Invoke(ListJobSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListJobSecretsResult> listJobSecrets(ListJobSecretsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:app:listJobSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobName string
    Job Name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    JobName string
    Job Name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    jobName String
    Job Name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    jobName string
    Job Name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    job_name str
    Job Name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    jobName String
    Job Name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    listJobSecrets Result

    The following output properties are available:

    Value []SecretResponse
    Collection of resources.
    value List<SecretResponse>
    Collection of resources.
    value SecretResponse[]
    Collection of resources.
    value Sequence[SecretResponse]
    Collection of resources.
    value List<Property Map>
    Collection of resources.

    Supporting Types

    SecretResponse

    Identity string
    Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
    KeyVaultUrl string
    Azure Key Vault URL pointing to the secret referenced by the container app.
    Name string
    Secret Name.
    Identity string
    Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
    KeyVaultUrl string
    Azure Key Vault URL pointing to the secret referenced by the container app.
    Name string
    Secret Name.
    identity String
    Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
    keyVaultUrl String
    Azure Key Vault URL pointing to the secret referenced by the container app.
    name String
    Secret Name.
    identity string
    Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
    keyVaultUrl string
    Azure Key Vault URL pointing to the secret referenced by the container app.
    name string
    Secret Name.
    identity str
    Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
    key_vault_url str
    Azure Key Vault URL pointing to the secret referenced by the container app.
    name str
    Secret Name.
    identity String
    Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
    keyVaultUrl String
    Azure Key Vault URL pointing to the secret referenced by the container app.
    name String
    Secret Name.

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi