google_api_service_user v0.0.1 GoogleApi.ServiceUser.V1.Model.ContextRule View Source

A context rule provides information about the context for an individual API element.

Attributes

  • provided (List[String]): A list of full type names of provided contexts. Defaults to: null.
  • requested (List[String]): A list of full type names of requested contexts. Defaults to: null.
  • selector (String): Selects the methods to which this rule applies. Refer to selector for syntax details. Defaults to: null.