GetGatewaySecurityPolicyResult

data class GetGatewaySecurityPolicyResult(val createTime: String, val description: String, val name: String, val tlsInspectionPolicy: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetGatewaySecurityPolicyResult(createTime: String, description: String, name: String, tlsInspectionPolicy: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

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}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^a-z0-9-]{0,61}[a-z0-9?$).

Link copied to clipboard

Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.

Link copied to clipboard

The timestamp when the resource was updated.