View Source GoogleApi.NetworkSecurity.V1.Model.GatewaySecurityPolicy (google_api_network_security v0.3.0)
The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the resource was created. -
description
(type:String.t
, default:nil
) - Optional. Free-text description of the resource. -
name
(type:String.t
, default:nil
) - Required. 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-z?$). -
tlsInspectionPolicy
(type:String.t
, default:nil
) - Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the resource was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.GatewaySecurityPolicy{ createTime: DateTime.t() | nil, description: String.t() | nil, name: String.t() | nil, tlsInspectionPolicy: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.