Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3ToolTLSConfigCACert

The CA certificate.

Inheritance
object
GoogleCloudDialogflowCxV3ToolTLSConfigCACert
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ToolTLSConfigCACert : IDirectResponseSchema

Properties

Cert

Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For instance a certificate can be self-signed using the following command:

openssl x509 -req -days 200 -in
example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile <(printf
"\nsubjectAltName='DNS:www.example.com'")
Declaration
[JsonProperty("cert")]
public virtual string Cert { get; set; }
Property Value
Type Description
string

DisplayName

Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX