get Access Credentials
suspend fun getAccessCredentials(argument: GetAccessCredentialsPlainArgs): GetAccessCredentialsResult
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
suspend fun getAccessCredentials(argument: suspend GetAccessCredentialsPlainArgsBuilder.() -> Unit): GetAccessCredentialsResult
Return
A collection of values returned by getAccessCredentials.
Parameters
argument
Builder for com.pulumi.vault.ad.kotlin.inputs.GetAccessCredentialsPlainArgs.