OutgoingSharingPolicy

public struct OutgoingSharingPolicy: Decodable

A type to describe an existing policy for records written by the client to share with a given user

  • An identifier for a user with whom to share

    Declaration

    Swift

    public let readerId: UUID
  • The type of record to share

    Declaration

    Swift

    public let type: String
  • A name for the given user

    Declaration

    Swift

    public let readerName: String?