View Source GoogleApi.NetworkSecurity.V1.Model.ListTlsInspectionPoliciesResponse (google_api_network_security v0.6.0)
Response returned by the ListTlsInspectionPolicies method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - If there might be more results than those appearing in this response, then 'next_page_token' is included. To get the next set of results, call this method again using the value of 'next_page_token' as 'page_token'. -
tlsInspectionPolicies
(type:list(GoogleApi.NetworkSecurity.V1.Model.TlsInspectionPolicy.t)
, default:nil
) - List of TlsInspectionPolicies resources. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.ListTlsInspectionPoliciesResponse{ nextPageToken: String.t() | nil, tlsInspectionPolicies: [GoogleApi.NetworkSecurity.V1.Model.TlsInspectionPolicy.t()] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.