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.hybridnetwork.listArtifactManifestCredential
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
List credential for publishing artifacts defined in artifact manifest. Azure REST API version: 2023-09-01.
Other available API versions: 2024-04-15.
Using listArtifactManifestCredential
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 listArtifactManifestCredential(args: ListArtifactManifestCredentialArgs, opts?: InvokeOptions): Promise<ListArtifactManifestCredentialResult>
function listArtifactManifestCredentialOutput(args: ListArtifactManifestCredentialOutputArgs, opts?: InvokeOptions): Output<ListArtifactManifestCredentialResult>def list_artifact_manifest_credential(artifact_manifest_name: Optional[str] = None,
                                      artifact_store_name: Optional[str] = None,
                                      publisher_name: Optional[str] = None,
                                      resource_group_name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> ListArtifactManifestCredentialResult
def list_artifact_manifest_credential_output(artifact_manifest_name: Optional[pulumi.Input[str]] = None,
                                      artifact_store_name: Optional[pulumi.Input[str]] = None,
                                      publisher_name: Optional[pulumi.Input[str]] = None,
                                      resource_group_name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[ListArtifactManifestCredentialResult]func ListArtifactManifestCredential(ctx *Context, args *ListArtifactManifestCredentialArgs, opts ...InvokeOption) (*ListArtifactManifestCredentialResult, error)
func ListArtifactManifestCredentialOutput(ctx *Context, args *ListArtifactManifestCredentialOutputArgs, opts ...InvokeOption) ListArtifactManifestCredentialResultOutput> Note: This function is named ListArtifactManifestCredential in the Go SDK.
public static class ListArtifactManifestCredential 
{
    public static Task<ListArtifactManifestCredentialResult> InvokeAsync(ListArtifactManifestCredentialArgs args, InvokeOptions? opts = null)
    public static Output<ListArtifactManifestCredentialResult> Invoke(ListArtifactManifestCredentialInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListArtifactManifestCredentialResult> listArtifactManifestCredential(ListArtifactManifestCredentialArgs args, InvokeOptions options)
public static Output<ListArtifactManifestCredentialResult> listArtifactManifestCredential(ListArtifactManifestCredentialArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:hybridnetwork:listArtifactManifestCredential
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ArtifactManifest stringName 
- The name of the artifact manifest.
- ArtifactStore stringName 
- The name of the artifact store.
- PublisherName string
- The name of the publisher.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ArtifactManifest stringName 
- The name of the artifact manifest.
- ArtifactStore stringName 
- The name of the artifact store.
- PublisherName string
- The name of the publisher.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- artifactManifest StringName 
- The name of the artifact manifest.
- artifactStore StringName 
- The name of the artifact store.
- publisherName String
- The name of the publisher.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- artifactManifest stringName 
- The name of the artifact manifest.
- artifactStore stringName 
- The name of the artifact store.
- publisherName string
- The name of the publisher.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- artifact_manifest_ strname 
- The name of the artifact manifest.
- artifact_store_ strname 
- The name of the artifact store.
- publisher_name str
- The name of the publisher.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- artifactManifest StringName 
- The name of the artifact manifest.
- artifactStore StringName 
- The name of the artifact store.
- publisherName String
- The name of the publisher.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
listArtifactManifestCredential Result
The following output properties are available:
- CredentialType string
- The credential type.
- CredentialType string
- The credential type.
- credentialType String
- The credential type.
- credentialType string
- The credential type.
- credential_type str
- The credential type.
- credentialType String
- The credential type.
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