package v1

Type Members

  1. final case class BoundObjectReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[BoundObjectReference] with Product with Serializable

    Pointer for BoundObjectReference

  2. final case class SelfSubjectReviewPointer(currentPath: PointerPath = PointerPath()) extends Pointer[SelfSubjectReview] with Product with Serializable

    Pointer for SelfSubjectReview

  3. final case class SelfSubjectReviewStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[SelfSubjectReviewStatus] with Product with Serializable

    Pointer for SelfSubjectReviewStatus

  4. final case class TokenRequestPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenRequest] with Product with Serializable

    Pointer for TokenRequest

  5. final case class TokenRequestSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenRequestSpec] with Product with Serializable

    Pointer for TokenRequestSpec

  6. final case class TokenRequestStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenRequestStatus] with Product with Serializable

    Pointer for TokenRequestStatus

  7. final case class TokenReviewPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenReview] with Product with Serializable

    Pointer for TokenReview

  8. final case class TokenReviewSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenReviewSpec] with Product with Serializable

    Pointer for TokenReviewSpec

  9. final case class TokenReviewStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[TokenReviewStatus] with Product with Serializable

    Pointer for TokenReviewStatus

  10. final case class UserInfoPointer(currentPath: PointerPath = PointerPath()) extends Pointer[UserInfo] with Product with Serializable

    Pointer for UserInfo

Ungrouped