MethodSelectorResponse

data class MethodSelectorResponse(val method: String, val permission: String)

An allowed method or permission of a service specified in ApiOperation.

Constructors

Link copied to clipboard
fun MethodSelectorResponse(method: String, permission: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Value for method should be a valid method name for the corresponding service_name in ApiOperation. If * used as value for method, then ALL methods and permissions are allowed.

Link copied to clipboard

Value for permission should be a valid Cloud IAM permission for the corresponding service_name in ApiOperation.