Class MarketoLinkedServiceArgs


  • public final class MarketoLinkedServiceArgs
    extends com.pulumi.resources.ResourceArgs
    Marketo server linked service.
    • Method Detail

      • annotations

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.Object>>> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • clientId

        public com.pulumi.core.Output<java.lang.Object> clientId()
        Returns:
        The client Id of your Marketo service.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Linked service description.
      • encryptedCredential

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
      • endpoint

        public com.pulumi.core.Output<java.lang.Object> endpoint()
        Returns:
        The endpoint of the Marketo server. (i.e. 123-ABC-321.mktorest.com)
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​ParameterSpecificationArgs>>> parameters()
        Returns:
        Parameters for linked service.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Type of linked service. Expected value is 'Marketo'.
      • useEncryptedEndpoints

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> useEncryptedEndpoints()
        Returns:
        Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
      • useHostVerification

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> useHostVerification()
        Returns:
        Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.
      • usePeerVerification

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> usePeerVerification()
        Returns:
        Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.