1. Packages
  2. Awx Provider
  3. API Docs
  4. getCredentialAzureKeyVault
awx 0.29.1 published on Monday, Apr 14, 2025 by denouche

awx.getCredentialAzureKeyVault

Explore with Pulumi AI

awx logo
awx 0.29.1 published on Monday, Apr 14, 2025 by denouche

    TBD

    Using getCredentialAzureKeyVault

    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 getCredentialAzureKeyVault(args: GetCredentialAzureKeyVaultArgs, opts?: InvokeOptions): Promise<GetCredentialAzureKeyVaultResult>
    function getCredentialAzureKeyVaultOutput(args: GetCredentialAzureKeyVaultOutputArgs, opts?: InvokeOptions): Output<GetCredentialAzureKeyVaultResult>
    def get_credential_azure_key_vault(credential_id: Optional[float] = None,
                                       id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCredentialAzureKeyVaultResult
    def get_credential_azure_key_vault_output(credential_id: Optional[pulumi.Input[float]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetCredentialAzureKeyVaultResult]
    func LookupCredentialAzureKeyVault(ctx *Context, args *LookupCredentialAzureKeyVaultArgs, opts ...InvokeOption) (*LookupCredentialAzureKeyVaultResult, error)
    func LookupCredentialAzureKeyVaultOutput(ctx *Context, args *LookupCredentialAzureKeyVaultOutputArgs, opts ...InvokeOption) LookupCredentialAzureKeyVaultResultOutput

    > Note: This function is named LookupCredentialAzureKeyVault in the Go SDK.

    public static class GetCredentialAzureKeyVault 
    {
        public static Task<GetCredentialAzureKeyVaultResult> InvokeAsync(GetCredentialAzureKeyVaultArgs args, InvokeOptions? opts = null)
        public static Output<GetCredentialAzureKeyVaultResult> Invoke(GetCredentialAzureKeyVaultInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCredentialAzureKeyVaultResult> getCredentialAzureKeyVault(GetCredentialAzureKeyVaultArgs args, InvokeOptions options)
    public static Output<GetCredentialAzureKeyVaultResult> getCredentialAzureKeyVault(GetCredentialAzureKeyVaultArgs args, InvokeOptions options)
    
    fn::invoke:
      function: awx:index/getCredentialAzureKeyVault:getCredentialAzureKeyVault
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CredentialId double
    Id string
    CredentialId float64
    Id string
    credentialId Double
    id String
    credentialId number
    id string
    credential_id float
    id str
    credentialId Number
    id String

    getCredentialAzureKeyVault Result

    The following output properties are available:

    Client string
    CredentialId double
    Description string
    Id string
    Name string
    OrganizationId double
    Secret string
    Tenant string
    Url string
    Client string
    CredentialId float64
    Description string
    Id string
    Name string
    OrganizationId float64
    Secret string
    Tenant string
    Url string
    client String
    credentialId Double
    description String
    id String
    name String
    organizationId Double
    secret String
    tenant String
    url String
    client string
    credentialId number
    description string
    id string
    name string
    organizationId number
    secret string
    tenant string
    url string
    client String
    credentialId Number
    description String
    id String
    name String
    organizationId Number
    secret String
    tenant String
    url String

    Package Details

    Repository
    awx denouche/terraform-provider-awx
    License
    Notes
    This Pulumi package is based on the awx Terraform Provider.
    awx logo
    awx 0.29.1 published on Monday, Apr 14, 2025 by denouche