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

`Context` defines which contexts an API requests. Example: context: rules: - selector: "*" requested: - google.rpc.context.ProjectContext - google.rpc.context.OriginContext The above specifies that all methods in the API request `google.rpc.context.ProjectContext` and `google.rpc.context.OriginContext`. Available context types are defined in package `google.rpc.context`.

Attributes

  • rules (List[ContextRule]): A list of RPC context rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Defaults to: null.