HashiCorp Vault v7.4.0 published on Wednesday, Nov 5, 2025 by Pulumi
vault.ldap.getStaticCredentials
Start a Neo task
Explain and create a vault.ldap.getStaticCredentials resource
Using getStaticCredentials
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 getStaticCredentials(args: GetStaticCredentialsArgs, opts?: InvokeOptions): Promise<GetStaticCredentialsResult>
function getStaticCredentialsOutput(args: GetStaticCredentialsOutputArgs, opts?: InvokeOptions): Output<GetStaticCredentialsResult>def get_static_credentials(mount: Optional[str] = None,
namespace: Optional[str] = None,
role_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStaticCredentialsResult
def get_static_credentials_output(mount: Optional[pulumi.Input[str]] = None,
namespace: Optional[pulumi.Input[str]] = None,
role_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStaticCredentialsResult]func GetStaticCredentials(ctx *Context, args *GetStaticCredentialsArgs, opts ...InvokeOption) (*GetStaticCredentialsResult, error)
func GetStaticCredentialsOutput(ctx *Context, args *GetStaticCredentialsOutputArgs, opts ...InvokeOption) GetStaticCredentialsResultOutput> Note: This function is named GetStaticCredentials in the Go SDK.
public static class GetStaticCredentials
{
public static Task<GetStaticCredentialsResult> InvokeAsync(GetStaticCredentialsArgs args, InvokeOptions? opts = null)
public static Output<GetStaticCredentialsResult> Invoke(GetStaticCredentialsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStaticCredentialsResult> getStaticCredentials(GetStaticCredentialsArgs args, InvokeOptions options)
public static Output<GetStaticCredentialsResult> getStaticCredentials(GetStaticCredentialsArgs args, InvokeOptions options)
fn::invoke:
function: vault:ldap/getStaticCredentials:getStaticCredentials
arguments:
# arguments dictionaryThe following arguments are supported:
getStaticCredentials Result
The following output properties are available:
- Dn string
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Password string - Last
Vault stringRotation - Mount string
- Password string
- Role
Name string - Rotation
Period int - Ttl int
- Username string
- Namespace string
- Dn string
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Password string - Last
Vault stringRotation - Mount string
- Password string
- Role
Name string - Rotation
Period int - Ttl int
- Username string
- Namespace string
- dn String
- id String
- The provider-assigned unique ID for this managed resource.
- last
Password String - last
Vault StringRotation - mount String
- password String
- role
Name String - rotation
Period Integer - ttl Integer
- username String
- namespace String
- dn string
- id string
- The provider-assigned unique ID for this managed resource.
- last
Password string - last
Vault stringRotation - mount string
- password string
- role
Name string - rotation
Period number - ttl number
- username string
- namespace string
- dn str
- id str
- The provider-assigned unique ID for this managed resource.
- last_
password str - last_
vault_ strrotation - mount str
- password str
- role_
name str - rotation_
period int - ttl int
- username str
- namespace str
- dn String
- id String
- The provider-assigned unique ID for this managed resource.
- last
Password String - last
Vault StringRotation - mount String
- password String
- role
Name String - rotation
Period Number - ttl Number
- username String
- namespace String
Package Details
- Repository
- Vault pulumi/pulumi-vault
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vaultTerraform Provider.
