Rule Response
data class RuleResponse(val action: String, val conditions: List<ConditionResponse>, val description: String, val in: List<String>, val logConfig: List<LogConfigResponse>, val notIn: List<String>, val permissions: List<String>)
A rule to be applied in a Policy.
Properties
Link copied to clipboard
Additional restrictions that must be met. All conditions must pass for the rule to match.
Link copied to clipboard
Human-readable description of the rule.
Link copied to clipboard
The config returned to callers of CheckPolicy for any entries that match the LOG action.
Link copied to clipboard
A permission is a string of form '..' (e.g., 'storage.buckets.list'). A value of '' matches all permissions, and a verb part of '' (e.g., 'storage.buckets.*') matches all verbs.