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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.web.listConnectionKeys
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<ListConnectionKeysResult> listConnectionKeys(ListConnectionKeysArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:web:listConnectionKeys
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConnectionName string
- The connection name.
- ResourceGroup stringName 
- The resource group name.
- Id string
- Resource Id
- Kind string
- Kind of resource
- Location string
- Resource Location
- Name string
- Resource Name
- Dictionary<string, string>
- Resource tags
- Type string
- Resource type
- ValidityTime stringSpan 
- time span for how long the keys will be valid
- ConnectionName string
- The connection name.
- ResourceGroup stringName 
- The resource group name.
- Id string
- Resource Id
- Kind string
- Kind of resource
- Location string
- Resource Location
- Name string
- Resource Name
- map[string]string
- Resource tags
- Type string
- Resource type
- ValidityTime stringSpan 
- time span for how long the keys will be valid
- connectionName String
- The connection name.
- resourceGroup StringName 
- The resource group name.
- id String
- Resource Id
- kind String
- Kind of resource
- location String
- Resource Location
- name String
- Resource Name
- Map<String,String>
- Resource tags
- type String
- Resource type
- validityTime StringSpan 
- time span for how long the keys will be valid
- connectionName string
- The connection name.
- resourceGroup stringName 
- The resource group name.
- id string
- Resource Id
- kind string
- Kind of resource
- location string
- Resource Location
- name string
- Resource Name
- {[key: string]: string}
- Resource tags
- type string
- Resource type
- validityTime stringSpan 
- time span for how long the keys will be valid
- connection_name str
- The connection name.
- resource_group_ strname 
- The resource group name.
- id str
- Resource Id
- kind str
- Kind of resource
- location str
- Resource Location
- name str
- Resource Name
- Mapping[str, str]
- Resource tags
- type str
- Resource type
- validity_time_ strspan 
- time span for how long the keys will be valid
- connectionName String
- The connection name.
- resourceGroup StringName 
- The resource group name.
- id String
- Resource Id
- kind String
- Kind of resource
- location String
- Resource Location
- name String
- Resource Name
- Map<String>
- Resource tags
- type String
- Resource type
- validityTime StringSpan 
- 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
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi