Package 

Class PermissionService.Precondition

  • All Implemented Interfaces:
    com.authzed.api.v1.PermissionService.PreconditionOrBuilder , com.google.protobuf.Message , com.google.protobuf.MessageLite , com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder , java.io.Serializable

    
    public final class PermissionService.Precondition
    extends GeneratedMessageV3 implements PermissionService.PreconditionOrBuilder
                        
    Precondition specifies how and the existence or absence of certain
    relationships as expressed through the accompanying filter should affect
    whether or not the operation proceeds.
    MUST_NOT_MATCH will fail the parent request if any relationships match the
    relationships filter.
    MUST_MATCH will fail the parent request if there are no
    relationships that match the filter.
    
    Protobuf type authzed.api.v1.Precondition