azure-native.hybridnetwork.listArtifactManifestCredential
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- Artifact
Manifest stringName  - The name of the artifact manifest.
 - Artifact
Store stringName  - The name of the artifact store.
 - Publisher
Name string - The name of the publisher.
 - Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 
- Artifact
Manifest stringName  - The name of the artifact manifest.
 - Artifact
Store stringName  - The name of the artifact store.
 - Publisher
Name string - The name of the publisher.
 - Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 
- artifact
Manifest StringName  - The name of the artifact manifest.
 - artifact
Store StringName  - The name of the artifact store.
 - publisher
Name String - The name of the publisher.
 - resource
Group StringName  - The name of the resource group. The name is case insensitive.
 
- artifact
Manifest stringName  - The name of the artifact manifest.
 - artifact
Store stringName  - The name of the artifact store.
 - publisher
Name string - The name of the publisher.
 - resource
Group 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.
 
- artifact
Manifest StringName  - The name of the artifact manifest.
 - artifact
Store StringName  - The name of the artifact store.
 - publisher
Name String - The name of the publisher.
 - resource
Group StringName  - The name of the resource group. The name is case insensitive.
 
listArtifactManifestCredential Result
The following output properties are available:
- Credential
Type string - The credential type.
 
- Credential
Type string - The credential type.
 
- credential
Type String - The credential type.
 
- credential
Type string - The credential type.
 
- credential_
type str - The credential type.
 
- credential
Type String - The credential type.
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0