awx 0.29.1 published on Monday, Apr 14, 2025 by denouche
awx.getCredentialAzureKeyVault
Explore with Pulumi AI
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:
- Credential
Id double - Id string
- Credential
Id float64 - Id string
- credential
Id Double - id String
- credential
Id number - id string
- credential_
id float - id str
- credential
Id Number - id String
getCredentialAzureKeyVault Result
The following output properties are available:
- Client string
- Credential
Id double - Description string
- Id string
- Name string
- Organization
Id double - Secret string
- Tenant string
- Url string
- Client string
- Credential
Id float64 - Description string
- Id string
- Name string
- Organization
Id float64 - Secret string
- Tenant string
- Url string
- client String
- credential
Id Double - description String
- id String
- name String
- organization
Id Double - secret String
- tenant String
- url String
- client string
- credential
Id number - description string
- id string
- name string
- organization
Id number - secret string
- tenant string
- url string
- client str
- credential_
id float - description str
- id str
- name str
- organization_
id float - secret str
- tenant str
- url str
- client String
- credential
Id Number - description String
- id String
- name String
- organization
Id 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.