final case class LookupSubjectsResponse(lookedUpAt: Option[ZedToken] = _root_.scala.None, subjectObjectId: String = "", excludedSubjectIds: Seq[String] = _root_.scala.Seq.empty, permissionship: LookupPermissionship = com.authzed.api.v1.permission_service.LookupPermissionship.LOOKUP_PERMISSIONSHIP_UNSPECIFIED, partialCaveatInfo: Option[PartialCaveatInfo] = _root_.scala.None, subject: Option[ResolvedSubject] = _root_.scala.None, excludedSubjects: Seq[ResolvedSubject] = _root_.scala.Seq.empty, afterResultCursor: Option[Cursor] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[LookupSubjectsResponse] with Product with Serializable

LookupSubjectsResponse contains a single matching subject object ID for the requested subject object type on the permission or relation.

subjectObjectId

subject_object_id is the Object ID of the subject found. May be a * if a wildcard was found. deprecated: use subject

excludedSubjectIds

excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if subject_object_id is a wildcard (*) and will only be populated if exclusions exist from the wildcard. deprecated: use excluded_subjects

permissionship

permissionship indicates whether the response was partially evaluated or not deprecated: use subject.permissionship

partialCaveatInfo

partial_caveat_info holds information of a partially-evaluated caveated response deprecated: use subject.partial_caveat_info

subject

subject is the subject found, along with its permissionship.

excludedSubjects

excluded_subjects are the subjects excluded. This list will only contain subjects if subject.subject_object_id is a wildcard (*) and will only be populated if exclusions exist from the wildcard.

afterResultCursor

after_result_cursor holds a cursor that can be used to resume the LookupSubjects stream after this result.

Annotations
@SerialVersionUID()
Source
LookupSubjectsResponse.scala
Linear Supertypes
Updatable[LookupSubjectsResponse], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LookupSubjectsResponse
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LookupSubjectsResponse(lookedUpAt: Option[ZedToken] = _root_.scala.None, subjectObjectId: String = "", excludedSubjectIds: Seq[String] = _root_.scala.Seq.empty, permissionship: LookupPermissionship = com.authzed.api.v1.permission_service.LookupPermissionship.LOOKUP_PERMISSIONSHIP_UNSPECIFIED, partialCaveatInfo: Option[PartialCaveatInfo] = _root_.scala.None, subject: Option[ResolvedSubject] = _root_.scala.None, excludedSubjects: Seq[ResolvedSubject] = _root_.scala.Seq.empty, afterResultCursor: Option[Cursor] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    subjectObjectId

    subject_object_id is the Object ID of the subject found. May be a * if a wildcard was found. deprecated: use subject

    excludedSubjectIds

    excluded_subject_ids are the Object IDs of the subjects excluded. This list will only contain object IDs if subject_object_id is a wildcard (*) and will only be populated if exclusions exist from the wildcard. deprecated: use excluded_subjects

    permissionship

    permissionship indicates whether the response was partially evaluated or not deprecated: use subject.permissionship

    partialCaveatInfo

    partial_caveat_info holds information of a partially-evaluated caveated response deprecated: use subject.partial_caveat_info

    subject

    subject is the subject found, along with its permissionship.

    excludedSubjects

    excluded_subjects are the subjects excluded. This list will only contain subjects if subject.subject_object_id is a wildcard (*) and will only be populated if exclusions exist from the wildcard.

    afterResultCursor

    after_result_cursor holds a cursor that can be used to resume the LookupSubjects stream after this result.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllExcludedSubjectIds(__vs: Iterable[String]): LookupSubjectsResponse
  5. def addAllExcludedSubjects(__vs: Iterable[ResolvedSubject]): LookupSubjectsResponse
  6. def addExcludedSubjectIds(__vs: String*): LookupSubjectsResponse
  7. def addExcludedSubjects(__vs: ResolvedSubject*): LookupSubjectsResponse
  8. val afterResultCursor: Option[Cursor]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearAfterResultCursor: LookupSubjectsResponse
  11. def clearExcludedSubjectIds: LookupSubjectsResponse
  12. def clearExcludedSubjects: LookupSubjectsResponse
  13. def clearLookedUpAt: LookupSubjectsResponse
  14. def clearPartialCaveatInfo: LookupSubjectsResponse
  15. def clearSubject: LookupSubjectsResponse
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def companion: LookupSubjectsResponse.type
    Definition Classes
    LookupSubjectsResponse → GeneratedMessage
  18. def discardUnknownFields: LookupSubjectsResponse
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val excludedSubjects: Seq[ResolvedSubject]
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def getAfterResultCursor: Cursor
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    LookupSubjectsResponse → GeneratedMessage
  25. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    LookupSubjectsResponse → GeneratedMessage
  26. def getLookedUpAt: ZedToken
  27. def getPartialCaveatInfo: PartialCaveatInfo
  28. def getSubject: ResolvedSubject
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val lookedUpAt: Option[ZedToken]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def serializedSize: Int
    Definition Classes
    LookupSubjectsResponse → GeneratedMessage
  36. val subject: Option[ResolvedSubject]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    LookupSubjectsResponse → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[LookupSubjectsResponse, LookupSubjectsResponse]) => Mutation[LookupSubjectsResponse]*): LookupSubjectsResponse
    Definition Classes
    Updatable
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. def withAfterResultCursor(__v: Cursor): LookupSubjectsResponse
  48. def withExcludedSubjectIds(__v: Seq[String]): LookupSubjectsResponse
  49. def withExcludedSubjects(__v: Seq[ResolvedSubject]): LookupSubjectsResponse
  50. def withLookedUpAt(__v: ZedToken): LookupSubjectsResponse
  51. def withPartialCaveatInfo(__v: PartialCaveatInfo): LookupSubjectsResponse
  52. def withPermissionship(__v: LookupPermissionship): LookupSubjectsResponse
  53. def withSubject(__v: ResolvedSubject): LookupSubjectsResponse
  54. def withSubjectObjectId(__v: String): LookupSubjectsResponse
  55. def withUnknownFields(__v: UnknownFieldSet): LookupSubjectsResponse
  56. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    LookupSubjectsResponse → GeneratedMessage
  58. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val excludedSubjectIds: Seq[String]
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  2. val partialCaveatInfo: Option[PartialCaveatInfo]
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  3. val permissionship: LookupPermissionship
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  4. val subjectObjectId: String
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

Inherited from Updatable[LookupSubjectsResponse]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped