Package 

Class Core.AlgebraicSubjectSet

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

    
    public final class Core.AlgebraicSubjectSet
    extends GeneratedMessageV3 implements Core.AlgebraicSubjectSetOrBuilder
                        
    AlgebraicSubjectSet is a subject set which is computed based on applying the
    specified operation to the operands according to the algebra of sets.
    UNION is a logical set containing the subject members from all operands.
    INTERSECTION is a logical set containing only the subject members which are
    present in all operands.
    EXCLUSION is a logical set containing only the subject members which are
    present in the first operand, and none of the other operands.
    
    Protobuf type authzed.api.v1.AlgebraicSubjectSet