Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for file_workloadapi_security_authorization_proto_rawDescGZIP (0.9 sec)

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

    func (x Scope) Number() protoreflect.EnumNumber {
    	return protoreflect.EnumNumber(x)
    }
    
    // Deprecated: Use Scope.Descriptor instead.
    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.
    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