View Source GoogleApi.NetworkSecurity.V1.Model.ListClientTlsPoliciesResponse (google_api_network_security v0.2.1)

Response returned by the ListClientTlsPolicies method.

Attributes

  • clientTlsPolicies (type: list(GoogleApi.NetworkSecurity.V1.Model.ClientTlsPolicy.t), default: nil) - List of ClientTlsPolicy resources.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkSecurity.V1.Model.ListClientTlsPoliciesResponse{
  clientTlsPolicies:
    [GoogleApi.NetworkSecurity.V1.Model.ClientTlsPolicy.t()] | nil,
  nextPageToken: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.