1. Packages
  2. Azure Native
  3. API Docs
  4. web
  5. listConnectionKeys
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.web.listConnectionKeys

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Lists connection keys. Azure REST API version: 2015-08-01-preview.

    Using listConnectionKeys

    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 listConnectionKeys(args: ListConnectionKeysArgs, opts?: InvokeOptions): Promise<ListConnectionKeysResult>
    function listConnectionKeysOutput(args: ListConnectionKeysOutputArgs, opts?: InvokeOptions): Output<ListConnectionKeysResult>
    def list_connection_keys(connection_name: Optional[str] = None,
                             id: Optional[str] = None,
                             kind: Optional[str] = None,
                             location: Optional[str] = None,
                             name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             tags: Optional[Mapping[str, str]] = None,
                             type: Optional[str] = None,
                             validity_time_span: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListConnectionKeysResult
    def list_connection_keys_output(connection_name: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             kind: Optional[pulumi.Input[str]] = None,
                             location: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                             type: Optional[pulumi.Input[str]] = None,
                             validity_time_span: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[ListConnectionKeysResult]
    func ListConnectionKeys(ctx *Context, args *ListConnectionKeysArgs, opts ...InvokeOption) (*ListConnectionKeysResult, error)
    func ListConnectionKeysOutput(ctx *Context, args *ListConnectionKeysOutputArgs, opts ...InvokeOption) ListConnectionKeysResultOutput

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

    public static class ListConnectionKeys 
    {
        public static Task<ListConnectionKeysResult> InvokeAsync(ListConnectionKeysArgs args, InvokeOptions? opts = null)
        public static Output<ListConnectionKeysResult> Invoke(ListConnectionKeysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListConnectionKeysResult> listConnectionKeys(ListConnectionKeysArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:web:listConnectionKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectionName string
    The connection name.
    ResourceGroupName string
    The resource group name.
    Id string
    Resource Id
    Kind string
    Kind of resource
    Location string
    Resource Location
    Name string
    Resource Name
    Tags Dictionary<string, string>
    Resource tags
    Type string
    Resource type
    ValidityTimeSpan string
    time span for how long the keys will be valid
    ConnectionName string
    The connection name.
    ResourceGroupName string
    The resource group name.
    Id string
    Resource Id
    Kind string
    Kind of resource
    Location string
    Resource Location
    Name string
    Resource Name
    Tags map[string]string
    Resource tags
    Type string
    Resource type
    ValidityTimeSpan string
    time span for how long the keys will be valid
    connectionName String
    The connection name.
    resourceGroupName String
    The resource group name.
    id String
    Resource Id
    kind String
    Kind of resource
    location String
    Resource Location
    name String
    Resource Name
    tags Map<String,String>
    Resource tags
    type String
    Resource type
    validityTimeSpan String
    time span for how long the keys will be valid
    connectionName string
    The connection name.
    resourceGroupName string
    The resource group name.
    id string
    Resource Id
    kind string
    Kind of resource
    location string
    Resource Location
    name string
    Resource Name
    tags {[key: string]: string}
    Resource tags
    type string
    Resource type
    validityTimeSpan string
    time span for how long the keys will be valid
    connection_name str
    The connection name.
    resource_group_name str
    The resource group name.
    id str
    Resource Id
    kind str
    Kind of resource
    location str
    Resource Location
    name str
    Resource Name
    tags Mapping[str, str]
    Resource tags
    type str
    Resource type
    validity_time_span str
    time span for how long the keys will be valid
    connectionName String
    The connection name.
    resourceGroupName String
    The resource group name.
    id String
    Resource Id
    kind String
    Kind of resource
    location String
    Resource Location
    name String
    Resource Name
    tags Map<String>
    Resource tags
    type String
    Resource type
    validityTimeSpan String
    time span for how long the keys will be valid

    listConnectionKeys Result

    The following output properties are available:

    ConnectionKey string
    Connection Key
    ParameterValues Dictionary<string, object>
    Tokens/Claim
    ConnectionKey string
    Connection Key
    ParameterValues map[string]interface{}
    Tokens/Claim
    connectionKey String
    Connection Key
    parameterValues Map<String,Object>
    Tokens/Claim
    connectionKey string
    Connection Key
    parameterValues {[key: string]: any}
    Tokens/Claim
    connection_key str
    Connection Key
    parameter_values Mapping[str, Any]
    Tokens/Claim
    connectionKey String
    Connection Key
    parameterValues Map<Any>
    Tokens/Claim

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi