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

awx.getCredentialType

Explore with Pulumi AI

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

    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:

    Description string
    Id double
    Injectors string
    Inputs string
    Kind string
    Name string
    Description string
    Id float64
    Injectors string
    Inputs string
    Kind string
    Name string
    description String
    id Double
    injectors String
    inputs String
    kind String
    name String
    description string
    id number
    injectors string
    inputs string
    kind string
    name string
    description str
    id float
    injectors str
    inputs str
    kind str
    name str
    description String
    id Number
    injectors String
    inputs String
    kind String
    name 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