ServicePerimeterStatusIngressPolicyIngressToOperationMethodSelector

data class ServicePerimeterStatusIngressPolicyIngressToOperationMethodSelector(val method: String? = null, val permission: String? = null)

Constructors

constructor(method: String? = null, permission: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val method: String? = null

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

Link copied to clipboard
val permission: String? = null

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