list Artifact Manifest Credential
suspend fun listArtifactManifestCredential(argument: ListArtifactManifestCredentialPlainArgs): ListArtifactManifestCredentialResult
List credential for publishing artifacts defined in artifact manifest. Uses Azure REST API version 2023-09-01. Other available API versions: 2024-04-15.
Return
The artifact manifest credential definition.
Parameters
argument
null
suspend fun listArtifactManifestCredential(artifactManifestName: String, artifactStoreName: String, publisherName: String, resourceGroupName: String): ListArtifactManifestCredentialResult
Return
The artifact manifest credential definition.
Parameters
artifact Manifest Name
The name of the artifact manifest.
artifact Store Name
The name of the artifact store.
publisher Name
The name of the publisher.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listArtifactManifestCredential(argument: suspend ListArtifactManifestCredentialPlainArgsBuilder.() -> Unit): ListArtifactManifestCredentialResult
Return
The artifact manifest credential definition.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.ListArtifactManifestCredentialPlainArgs.