azure-native.logic.getIntegrationAccountCertificate
Explore with Pulumi AI
Gets an integration account certificate. Azure REST API version: 2019-05-01.
Using getIntegrationAccountCertificate
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 getIntegrationAccountCertificate(args: GetIntegrationAccountCertificateArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountCertificateResult>
function getIntegrationAccountCertificateOutput(args: GetIntegrationAccountCertificateOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountCertificateResult>
def get_integration_account_certificate(certificate_name: Optional[str] = None,
integration_account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountCertificateResult
def get_integration_account_certificate_output(certificate_name: Optional[pulumi.Input[str]] = None,
integration_account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountCertificateResult]
func LookupIntegrationAccountCertificate(ctx *Context, args *LookupIntegrationAccountCertificateArgs, opts ...InvokeOption) (*LookupIntegrationAccountCertificateResult, error)
func LookupIntegrationAccountCertificateOutput(ctx *Context, args *LookupIntegrationAccountCertificateOutputArgs, opts ...InvokeOption) LookupIntegrationAccountCertificateResultOutput
> Note: This function is named LookupIntegrationAccountCertificate
in the Go SDK.
public static class GetIntegrationAccountCertificate
{
public static Task<GetIntegrationAccountCertificateResult> InvokeAsync(GetIntegrationAccountCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetIntegrationAccountCertificateResult> Invoke(GetIntegrationAccountCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntegrationAccountCertificateResult> getIntegrationAccountCertificate(GetIntegrationAccountCertificateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:logic:getIntegrationAccountCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Certificate
Name string The integration account certificate name.
- Integration
Account stringName The integration account name.
- Resource
Group stringName The resource group name.
- Certificate
Name string The integration account certificate name.
- Integration
Account stringName The integration account name.
- Resource
Group stringName The resource group name.
- certificate
Name String The integration account certificate name.
- integration
Account StringName The integration account name.
- resource
Group StringName The resource group name.
- certificate
Name string The integration account certificate name.
- integration
Account stringName The integration account name.
- resource
Group stringName The resource group name.
- certificate_
name str The integration account certificate name.
- integration_
account_ strname The integration account name.
- resource_
group_ strname The resource group name.
- certificate
Name String The integration account certificate name.
- integration
Account StringName The integration account name.
- resource
Group StringName The resource group name.
getIntegrationAccountCertificate Result
The following output properties are available:
- Changed
Time string The changed time.
- Created
Time string The created time.
- Id string
The resource id.
- Name string
Gets the resource name.
- Type string
Gets the resource type.
- Key
Pulumi.
Azure Native. Logic. Outputs. Key Vault Key Reference Response The key details in the key vault.
- Location string
The resource location.
- Metadata object
The metadata.
- Public
Certificate string The public certificate.
- Dictionary<string, string>
The resource tags.
- Changed
Time string The changed time.
- Created
Time string The created time.
- Id string
The resource id.
- Name string
Gets the resource name.
- Type string
Gets the resource type.
- Key
Key
Vault Key Reference Response The key details in the key vault.
- Location string
The resource location.
- Metadata interface{}
The metadata.
- Public
Certificate string The public certificate.
- map[string]string
The resource tags.
- changed
Time String The changed time.
- created
Time String The created time.
- id String
The resource id.
- name String
Gets the resource name.
- type String
Gets the resource type.
- key
Key
Vault Key Reference Response The key details in the key vault.
- location String
The resource location.
- metadata Object
The metadata.
- public
Certificate String The public certificate.
- Map<String,String>
The resource tags.
- changed
Time string The changed time.
- created
Time string The created time.
- id string
The resource id.
- name string
Gets the resource name.
- type string
Gets the resource type.
- key
Key
Vault Key Reference Response The key details in the key vault.
- location string
The resource location.
- metadata any
The metadata.
- public
Certificate string The public certificate.
- {[key: string]: string}
The resource tags.
- changed_
time str The changed time.
- created_
time str The created time.
- id str
The resource id.
- name str
Gets the resource name.
- type str
Gets the resource type.
- key
Key
Vault Key Reference Response The key details in the key vault.
- location str
The resource location.
- metadata Any
The metadata.
- public_
certificate str The public certificate.
- Mapping[str, str]
The resource tags.
- changed
Time String The changed time.
- created
Time String The created time.
- id String
The resource id.
- name String
Gets the resource name.
- type String
Gets the resource type.
- key Property Map
The key details in the key vault.
- location String
The resource location.
- metadata Any
The metadata.
- public
Certificate String The public certificate.
- Map<String>
The resource tags.
Supporting Types
KeyVaultKeyReferenceResponse
- Key
Name string The private key name in key vault.
- Key
Vault Pulumi.Azure Native. Logic. Inputs. Key Vault Key Reference Response Key Vault The key vault reference.
- Key
Version string The private key version in key vault.
- Key
Name string The private key name in key vault.
- Key
Vault KeyVault Key Reference Response Key Vault The key vault reference.
- Key
Version string The private key version in key vault.
- key
Name String The private key name in key vault.
- key
Vault KeyVault Key Reference Response Key Vault The key vault reference.
- key
Version String The private key version in key vault.
- key
Name string The private key name in key vault.
- key
Vault KeyVault Key Reference Response Key Vault The key vault reference.
- key
Version string The private key version in key vault.
- key_
name str The private key name in key vault.
- key_
vault KeyVault Key Reference Response Key Vault The key vault reference.
- key_
version str The private key version in key vault.
- key
Name String The private key name in key vault.
- key
Vault Property Map The key vault reference.
- key
Version String The private key version in key vault.
KeyVaultKeyReferenceResponseKeyVault
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0