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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.hybridnetwork.listArtifactManifestCredential

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

List credential for publishing artifacts defined in artifact manifest.

Uses 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>
Copy
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]
Copy
func ListArtifactManifestCredential(ctx *Context, args *ListArtifactManifestCredentialArgs, opts ...InvokeOption) (*ListArtifactManifestCredentialResult, error)
func ListArtifactManifestCredentialOutput(ctx *Context, args *ListArtifactManifestCredentialOutputArgs, opts ...InvokeOption) ListArtifactManifestCredentialResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListArtifactManifestCredentialResult> listArtifactManifestCredential(ListArtifactManifestCredentialArgs args, InvokeOptions options)
public static Output<ListArtifactManifestCredentialResult> listArtifactManifestCredential(ListArtifactManifestCredentialArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:hybridnetwork:listArtifactManifestCredential
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ArtifactManifestName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact manifest.
ArtifactStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact store.
PublisherName
This property is required.
Changes to this property will trigger replacement.
string
The name of the publisher.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ArtifactManifestName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact manifest.
ArtifactStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact store.
PublisherName
This property is required.
Changes to this property will trigger replacement.
string
The name of the publisher.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
artifactManifestName
This property is required.
Changes to this property will trigger replacement.
String
The name of the artifact manifest.
artifactStoreName
This property is required.
Changes to this property will trigger replacement.
String
The name of the artifact store.
publisherName
This property is required.
Changes to this property will trigger replacement.
String
The name of the publisher.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
artifactManifestName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact manifest.
artifactStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact store.
publisherName
This property is required.
Changes to this property will trigger replacement.
string
The name of the publisher.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
artifact_manifest_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the artifact manifest.
artifact_store_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the artifact store.
publisher_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the publisher.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
artifactManifestName
This property is required.
Changes to this property will trigger replacement.
String
The name of the artifact manifest.
artifactStoreName
This property is required.
Changes to this property will trigger replacement.
String
The name of the artifact store.
publisherName
This property is required.
Changes to this property will trigger replacement.
String
The name of the publisher.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi