getAccessCredentials

Example Usage

Return

A collection of values returned by getAccessCredentials.

Parameters

argument

A collection of arguments for invoking getAccessCredentials.


suspend fun getAccessCredentials(backend: String, namespace: String? = null, role: String): GetAccessCredentialsResult

Return

A collection of values returned by getAccessCredentials.

Parameters

backend

The path to the AD secret backend to read credentials from, with no leading or trailing /s.

namespace

The namespace of the target resource. The value should not contain leading or trailing forward slashes. The namespace is always relative to the provider's configured namespace. Available only for Vault Enterprise.

role

The name of the AD secret backend role to read credentials from, with no leading or trailing /s.

See also


Return

A collection of values returned by getAccessCredentials.

Parameters

argument

Builder for com.pulumi.vault.ad.kotlin.inputs.GetAccessCredentialsPlainArgs.

See also