View Source GoogleApi.NetworkSecurity.V1.Model.UrlList (google_api_network_security v0.6.0)

UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time when the security policy 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 provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
  • updateTime (type: DateTime.t, default: nil) - Output only. Time when the security policy was updated.
  • values (type: list(String.t), default: nil) - Required. FQDNs and URLs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkSecurity.V1.Model.UrlList{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil,
  values: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.