azure-native.datafactory.getCredentialOperation
Credential resource type. 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:
- Credential
Name string Credential name
- Factory
Name string The factory name.
- Resource
Group stringName The resource group name.
- Credential
Name string Credential name
- Factory
Name string The factory name.
- Resource
Group stringName The resource group name.
- credential
Name String Credential name
- factory
Name String The factory name.
- resource
Group StringName The resource group name.
- credential
Name string Credential name
- factory
Name string The factory name.
- resource
Group stringName The resource group name.
- credential_
name str Credential name
- factory_
name str The factory name.
- resource_
group_ strname The resource group name.
- credential
Name String Credential name
- factory
Name String The factory name.
- resource
Group StringName 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.
Azure Native. Data Factory. Outputs. Managed Identity Credential Response 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
Managed
Identity Credential Response 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
Managed
Identity Credential Response 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
Managed
Identity Credential Response 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
Managed
Identity Credential Response 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.
- Resource
Id 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.
- Resource
Id 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.
- resource
Id 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.
- resource
Id 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.
- resource
Id String The resource id of user assigned managed identity
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0