1. Packages
  2. Fivetran Provider
  3. API Docs
  4. getDestinationCertificates
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

fivetran.getDestinationCertificates

Explore with Pulumi AI

fivetran logo
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

    Using getDestinationCertificates

    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 getDestinationCertificates(args: GetDestinationCertificatesArgs, opts?: InvokeOptions): Promise<GetDestinationCertificatesResult>
    function getDestinationCertificatesOutput(args: GetDestinationCertificatesOutputArgs, opts?: InvokeOptions): Output<GetDestinationCertificatesResult>
    def get_destination_certificates(certificates: Optional[Sequence[GetDestinationCertificatesCertificate]] = None,
                                     id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetDestinationCertificatesResult
    def get_destination_certificates_output(certificates: Optional[pulumi.Input[Sequence[pulumi.Input[GetDestinationCertificatesCertificateArgs]]]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetDestinationCertificatesResult]
    func LookupDestinationCertificates(ctx *Context, args *LookupDestinationCertificatesArgs, opts ...InvokeOption) (*LookupDestinationCertificatesResult, error)
    func LookupDestinationCertificatesOutput(ctx *Context, args *LookupDestinationCertificatesOutputArgs, opts ...InvokeOption) LookupDestinationCertificatesResultOutput

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

    public static class GetDestinationCertificates 
    {
        public static Task<GetDestinationCertificatesResult> InvokeAsync(GetDestinationCertificatesArgs args, InvokeOptions? opts = null)
        public static Output<GetDestinationCertificatesResult> Invoke(GetDestinationCertificatesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDestinationCertificatesResult> getDestinationCertificates(GetDestinationCertificatesArgs args, InvokeOptions options)
    public static Output<GetDestinationCertificatesResult> getDestinationCertificates(GetDestinationCertificatesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getDestinationCertificates:getDestinationCertificates
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier for the resource. Equal to target destination id.
    Certificates List<GetDestinationCertificatesCertificate>
    Id string
    The unique identifier for the resource. Equal to target destination id.
    Certificates []GetDestinationCertificatesCertificate
    id String
    The unique identifier for the resource. Equal to target destination id.
    certificates List<GetDestinationCertificatesCertificate>
    id string
    The unique identifier for the resource. Equal to target destination id.
    certificates GetDestinationCertificatesCertificate[]
    id str
    The unique identifier for the resource. Equal to target destination id.
    certificates Sequence[GetDestinationCertificatesCertificate]
    id String
    The unique identifier for the resource. Equal to target destination id.
    certificates List<Property Map>

    getDestinationCertificates Result

    The following output properties are available:

    DestinationId string
    The unique identifier for the target destination within the Fivetran system.
    Id string
    The unique identifier for the resource. Equal to target destination id.
    Certificates List<GetDestinationCertificatesCertificate>
    DestinationId string
    The unique identifier for the target destination within the Fivetran system.
    Id string
    The unique identifier for the resource. Equal to target destination id.
    Certificates []GetDestinationCertificatesCertificate
    destinationId String
    The unique identifier for the target destination within the Fivetran system.
    id String
    The unique identifier for the resource. Equal to target destination id.
    certificates List<GetDestinationCertificatesCertificate>
    destinationId string
    The unique identifier for the target destination within the Fivetran system.
    id string
    The unique identifier for the resource. Equal to target destination id.
    certificates GetDestinationCertificatesCertificate[]
    destination_id str
    The unique identifier for the target destination within the Fivetran system.
    id str
    The unique identifier for the resource. Equal to target destination id.
    certificates Sequence[GetDestinationCertificatesCertificate]
    destinationId String
    The unique identifier for the target destination within the Fivetran system.
    id String
    The unique identifier for the resource. Equal to target destination id.
    certificates List<Property Map>

    Supporting Types

    GetDestinationCertificatesCertificate

    Hash string
    Hash of the certificate.
    Name string
    Certificate name.
    PublicKey string
    The SSH public key.
    Sha1 string
    Certificate sha1.
    Sha256 string
    Certificate sha256.
    Type string
    Type of the certificate.
    ValidatedBy string
    User name who validated the certificate.
    ValidatedDate string
    The date when certificate was approved.
    Hash string
    Hash of the certificate.
    Name string
    Certificate name.
    PublicKey string
    The SSH public key.
    Sha1 string
    Certificate sha1.
    Sha256 string
    Certificate sha256.
    Type string
    Type of the certificate.
    ValidatedBy string
    User name who validated the certificate.
    ValidatedDate string
    The date when certificate was approved.
    hash String
    Hash of the certificate.
    name String
    Certificate name.
    publicKey String
    The SSH public key.
    sha1 String
    Certificate sha1.
    sha256 String
    Certificate sha256.
    type String
    Type of the certificate.
    validatedBy String
    User name who validated the certificate.
    validatedDate String
    The date when certificate was approved.
    hash string
    Hash of the certificate.
    name string
    Certificate name.
    publicKey string
    The SSH public key.
    sha1 string
    Certificate sha1.
    sha256 string
    Certificate sha256.
    type string
    Type of the certificate.
    validatedBy string
    User name who validated the certificate.
    validatedDate string
    The date when certificate was approved.
    hash str
    Hash of the certificate.
    name str
    Certificate name.
    public_key str
    The SSH public key.
    sha1 str
    Certificate sha1.
    sha256 str
    Certificate sha256.
    type str
    Type of the certificate.
    validated_by str
    User name who validated the certificate.
    validated_date str
    The date when certificate was approved.
    hash String
    Hash of the certificate.
    name String
    Certificate name.
    publicKey String
    The SSH public key.
    sha1 String
    Certificate sha1.
    sha256 String
    Certificate sha256.
    type String
    Type of the certificate.
    validatedBy String
    User name who validated the certificate.
    validatedDate String
    The date when certificate was approved.

    Package Details

    Repository
    fivetran fivetran/terraform-provider-fivetran
    License
    Notes
    This Pulumi package is based on the fivetran Terraform Provider.
    fivetran logo
    fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran