1. Packages
  2. Azure Native
  3. API Docs
  4. hybridnetwork
  5. listArtifactManifestCredential
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.hybridnetwork.listArtifactManifestCredential

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    List credential for publishing artifacts defined in artifact manifest.

    Uses Azure REST API version 2024-04-15.

    Other available API versions: 2023-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridnetwork [ApiVersion]. See the version guide for details.

    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 dictionary

    The following arguments are supported:

    ArtifactManifestName string
    The name of the artifact manifest.
    ArtifactStoreName string
    The name of the artifact store.
    PublisherName string
    The name of the publisher.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ArtifactManifestName string
    The name of the artifact manifest.
    ArtifactStoreName string
    The name of the artifact store.
    PublisherName string
    The name of the publisher.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    artifactManifestName String
    The name of the artifact manifest.
    artifactStoreName String
    The name of the artifact store.
    publisherName String
    The name of the publisher.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    artifactManifestName string
    The name of the artifact manifest.
    artifactStoreName string
    The name of the artifact store.
    publisherName string
    The name of the publisher.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    artifact_manifest_name str
    The name of the artifact manifest.
    artifact_store_name str
    The name of the artifact store.
    publisher_name str
    The name of the publisher.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    artifactManifestName String
    The name of the artifact manifest.
    artifactStoreName String
    The name of the artifact store.
    publisherName String
    The name of the publisher.
    resourceGroupName String
    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
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi