GetUrlListResult

data class GetUrlListResult(val createTime: String, val description: String, val name: String, val updateTime: String, val values: List<String>)

Constructors

Link copied to clipboard
fun GetUrlListResult(createTime: String, description: String, name: String, updateTime: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time when the security policy was created.

Link copied to clipboard

Optional. Free-text description of the resource.

Link copied to clipboard

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-z0-9-]{0,61}[a-z0-9?$).

Link copied to clipboard

Time when the security policy was updated.

Link copied to clipboard

FQDNs and URLs.