Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Action_ALLOW (0.19 sec)

  1. pkg/workloadapi/security/authorization.pb.go

    func (Scope) EnumDescriptor() ([]byte, []int) {
    	return file_workloadapi_security_authorization_proto_rawDescGZIP(), []int{0}
    }
    
    type Action int32
    
    const (
    	// Allow the request if it matches with the rules.
    	Action_ALLOW Action = 0
    	// Deny the request if it matches with the rules.
    	Action_DENY Action = 1
    )
    
    // Enum value maps for Action.
    var (
    	Action_name = map[int32]string{
    		0: "ALLOW",
    		1: "DENY",
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top