1. Packages
  2. Azure Native v1
  3. API Docs
  4. datafactory
  5. getCredentialOperation
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.datafactory.getCredentialOperation

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets a credential. API Version: 2018-06-01.

    Using getCredentialOperation

    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 getCredentialOperation(args: GetCredentialOperationArgs, opts?: InvokeOptions): Promise<GetCredentialOperationResult>
    function getCredentialOperationOutput(args: GetCredentialOperationOutputArgs, opts?: InvokeOptions): Output<GetCredentialOperationResult>
    def get_credential_operation(credential_name: Optional[str] = None,
                                 factory_name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetCredentialOperationResult
    def get_credential_operation_output(credential_name: Optional[pulumi.Input[str]] = None,
                                 factory_name: Optional[pulumi.Input[str]] = None,
                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetCredentialOperationResult]
    func LookupCredentialOperation(ctx *Context, args *LookupCredentialOperationArgs, opts ...InvokeOption) (*LookupCredentialOperationResult, error)
    func LookupCredentialOperationOutput(ctx *Context, args *LookupCredentialOperationOutputArgs, opts ...InvokeOption) LookupCredentialOperationResultOutput

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

    public static class GetCredentialOperation 
    {
        public static Task<GetCredentialOperationResult> InvokeAsync(GetCredentialOperationArgs args, InvokeOptions? opts = null)
        public static Output<GetCredentialOperationResult> Invoke(GetCredentialOperationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCredentialOperationResult> getCredentialOperation(GetCredentialOperationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:datafactory:getCredentialOperation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CredentialName string
    Credential name
    FactoryName string
    The factory name.
    ResourceGroupName string
    The resource group name.
    CredentialName string
    Credential name
    FactoryName string
    The factory name.
    ResourceGroupName string
    The resource group name.
    credentialName String
    Credential name
    factoryName String
    The factory name.
    resourceGroupName String
    The resource group name.
    credentialName string
    Credential name
    factoryName string
    The factory name.
    resourceGroupName string
    The resource group name.
    credential_name str
    Credential name
    factory_name str
    The factory name.
    resource_group_name str
    The resource group name.
    credentialName String
    Credential name
    factoryName String
    The factory name.
    resourceGroupName String
    The resource group name.

    getCredentialOperation Result

    The following output properties are available:

    Etag string
    Etag identifies change in the resource.
    Id string
    The resource identifier.
    Name string
    The resource name.
    Properties Pulumi.AzureNative.DataFactory.Outputs.ManagedIdentityCredentialResponse
    Managed Identity Credential properties.
    Type string
    The resource type.
    Etag string
    Etag identifies change in the resource.
    Id string
    The resource identifier.
    Name string
    The resource name.
    Properties ManagedIdentityCredentialResponse
    Managed Identity Credential properties.
    Type string
    The resource type.
    etag String
    Etag identifies change in the resource.
    id String
    The resource identifier.
    name String
    The resource name.
    properties ManagedIdentityCredentialResponse
    Managed Identity Credential properties.
    type String
    The resource type.
    etag string
    Etag identifies change in the resource.
    id string
    The resource identifier.
    name string
    The resource name.
    properties ManagedIdentityCredentialResponse
    Managed Identity Credential properties.
    type string
    The resource type.
    etag str
    Etag identifies change in the resource.
    id str
    The resource identifier.
    name str
    The resource name.
    properties ManagedIdentityCredentialResponse
    Managed Identity Credential properties.
    type str
    The resource type.
    etag String
    Etag identifies change in the resource.
    id String
    The resource identifier.
    name String
    The resource name.
    properties Property Map
    Managed Identity Credential properties.
    type String
    The resource type.

    Supporting Types

    ManagedIdentityCredentialResponse

    Annotations List<object>
    List of tags that can be used for describing the Credential.
    Description string
    Credential description.
    ResourceId string
    The resource id of user assigned managed identity
    Annotations []interface{}
    List of tags that can be used for describing the Credential.
    Description string
    Credential description.
    ResourceId string
    The resource id of user assigned managed identity
    annotations List<Object>
    List of tags that can be used for describing the Credential.
    description String
    Credential description.
    resourceId String
    The resource id of user assigned managed identity
    annotations any[]
    List of tags that can be used for describing the Credential.
    description string
    Credential description.
    resourceId string
    The resource id of user assigned managed identity
    annotations Sequence[Any]
    List of tags that can be used for describing the Credential.
    description str
    Credential description.
    resource_id str
    The resource id of user assigned managed identity
    annotations List<Any>
    List of tags that can be used for describing the Credential.
    description String
    Credential description.
    resourceId String
    The resource id of user assigned managed identity

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi