GetTlsInspectionPolicyResult

data class GetTlsInspectionPolicyResult(val caPool: String, val createTime: String, val description: String, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(caPool: String, createTime: String, description: String, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".

Link copied to clipboard

The timestamp when the resource was created.

Link copied to clipboard

Optional. Free-text description of the resource.

Link copied to clipboard

Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^a-z0-9-]{0,61}[a-z0-9?$).

Link copied to clipboard

The timestamp when the resource was updated.