REST Resource: managedRulesets

Resource: ManagedRulesetsGetResponse

JSON representation
{
  "resource": {
    "name": string,
    "id": string,
    "creationTimestamp": string,
    "selfLink": string,
    "rulesetId": string,
    "description": string,
    "ruleIds": [
      string
    ],
    "changeLog": string
  }
}
Fields
resource

object

resource.name

string

Name of the resource. Generated internally when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

resource.id

string (uint64 format)

Output only. The unique identifier for the resource. This identifier is defined by the server.

resource.creationTimestamp

string

Output only. Creation timestamp in RFC3339 text format.

resource.selfLink

string

Output only. Server-defined URL for the resource.

resource.rulesetId

string

Output only. The managed ruleset identifier that can be configured in Security Policy rules.

resource.description

string

Output only. An optional description of this resource.

resource.ruleIds[]

string

Output only. The list of managed rule IDs that are included in this managed ruleset.

resource.changeLog

string

Output only. The change log for this managed ruleset.

Methods

get

Gets the details for the specified managed ruleset name.

list

Retrieves the list of all the managed rulesets available.