HashiCorp Vault v6.7.1 published on Friday, May 2, 2025 by Pulumi
vault.ldap.getStaticCredentials
Explore with Pulumi AI
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.
- LastPassword string
- LastVault stringRotation 
- Mount string
- Password string
- RoleName string
- RotationPeriod int
- Ttl int
- Username string
- Namespace string
- Dn string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastPassword string
- LastVault stringRotation 
- Mount string
- Password string
- RoleName string
- RotationPeriod int
- Ttl int
- Username string
- Namespace string
- dn String
- id String
- The provider-assigned unique ID for this managed resource.
- lastPassword String
- lastVault StringRotation 
- mount String
- password String
- roleName String
- rotationPeriod Integer
- ttl Integer
- username String
- namespace String
- dn string
- id string
- The provider-assigned unique ID for this managed resource.
- lastPassword string
- lastVault stringRotation 
- mount string
- password string
- roleName string
- rotationPeriod 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.
- lastPassword String
- lastVault StringRotation 
- mount String
- password String
- roleName String
- rotationPeriod 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.