Action public enum Action : String, Codable, CaseIterable read Declaration Swift case read = "read" write Declaration Swift case write = "write"