awx 0.29.1 published on Monday, Apr 14, 2025 by denouche
awx.getCredentialType
Explore with Pulumi AI
Use this data source to query Credential Type by ID.
Using getCredentialType
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 getCredentialType(args: GetCredentialTypeArgs, opts?: InvokeOptions): Promise<GetCredentialTypeResult>
function getCredentialTypeOutput(args: GetCredentialTypeOutputArgs, opts?: InvokeOptions): Output<GetCredentialTypeResult>
def get_credential_type(id: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetCredentialTypeResult
def get_credential_type_output(id: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCredentialTypeResult]
func LookupCredentialType(ctx *Context, args *LookupCredentialTypeArgs, opts ...InvokeOption) (*LookupCredentialTypeResult, error)
func LookupCredentialTypeOutput(ctx *Context, args *LookupCredentialTypeOutputArgs, opts ...InvokeOption) LookupCredentialTypeResultOutput
> Note: This function is named LookupCredentialType
in the Go SDK.
public static class GetCredentialType
{
public static Task<GetCredentialTypeResult> InvokeAsync(GetCredentialTypeArgs args, InvokeOptions? opts = null)
public static Output<GetCredentialTypeResult> Invoke(GetCredentialTypeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCredentialTypeResult> getCredentialType(GetCredentialTypeArgs args, InvokeOptions options)
public static Output<GetCredentialTypeResult> getCredentialType(GetCredentialTypeArgs args, InvokeOptions options)
fn::invoke:
function: awx:index/getCredentialType:getCredentialType
arguments:
# arguments dictionary
The following arguments are supported:
- Id double
- Id float64
- id Double
- id number
- id float
- id Number
getCredentialType Result
The following output properties are available:
Package Details
- Repository
- awx denouche/terraform-provider-awx
- License
- Notes
- This Pulumi package is based on the
awx
Terraform Provider.