1. Packages
  2. Azure Native v1
  3. API Docs
  4. blockchain
  5. listBlockchainMemberApiKeys
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.blockchain.listBlockchainMemberApiKeys

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Lists the API keys for a blockchain member. API Version: 2018-06-01-preview.

    Using listBlockchainMemberApiKeys

    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 listBlockchainMemberApiKeys(args: ListBlockchainMemberApiKeysArgs, opts?: InvokeOptions): Promise<ListBlockchainMemberApiKeysResult>
    function listBlockchainMemberApiKeysOutput(args: ListBlockchainMemberApiKeysOutputArgs, opts?: InvokeOptions): Output<ListBlockchainMemberApiKeysResult>
    def list_blockchain_member_api_keys(blockchain_member_name: Optional[str] = None,
                                        resource_group_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> ListBlockchainMemberApiKeysResult
    def list_blockchain_member_api_keys_output(blockchain_member_name: Optional[pulumi.Input[str]] = None,
                                        resource_group_name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[ListBlockchainMemberApiKeysResult]
    func ListBlockchainMemberApiKeys(ctx *Context, args *ListBlockchainMemberApiKeysArgs, opts ...InvokeOption) (*ListBlockchainMemberApiKeysResult, error)
    func ListBlockchainMemberApiKeysOutput(ctx *Context, args *ListBlockchainMemberApiKeysOutputArgs, opts ...InvokeOption) ListBlockchainMemberApiKeysResultOutput

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

    public static class ListBlockchainMemberApiKeys 
    {
        public static Task<ListBlockchainMemberApiKeysResult> InvokeAsync(ListBlockchainMemberApiKeysArgs args, InvokeOptions? opts = null)
        public static Output<ListBlockchainMemberApiKeysResult> Invoke(ListBlockchainMemberApiKeysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListBlockchainMemberApiKeysResult> listBlockchainMemberApiKeys(ListBlockchainMemberApiKeysArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:blockchain:listBlockchainMemberApiKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BlockchainMemberName string
    Blockchain member name.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    BlockchainMemberName string
    Blockchain member name.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    blockchainMemberName String
    Blockchain member name.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    blockchainMemberName string
    Blockchain member name.
    resourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    blockchain_member_name str
    Blockchain member name.
    resource_group_name str
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    blockchainMemberName String
    Blockchain member name.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    listBlockchainMemberApiKeys Result

    The following output properties are available:

    Keys []ApiKeyResponse
    Gets or sets the collection of API key.
    keys List<ApiKeyResponse>
    Gets or sets the collection of API key.
    keys ApiKeyResponse[]
    Gets or sets the collection of API key.
    keys Sequence[ApiKeyResponse]
    Gets or sets the collection of API key.
    keys List<Property Map>
    Gets or sets the collection of API key.

    Supporting Types

    ApiKeyResponse

    KeyName string
    Gets or sets the API key name.
    Value string
    Gets or sets the API key value.
    KeyName string
    Gets or sets the API key name.
    Value string
    Gets or sets the API key value.
    keyName String
    Gets or sets the API key name.
    value String
    Gets or sets the API key value.
    keyName string
    Gets or sets the API key name.
    value string
    Gets or sets the API key value.
    key_name str
    Gets or sets the API key name.
    value str
    Gets or sets the API key value.
    keyName String
    Gets or sets the API key name.
    value String
    Gets or sets the API key value.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi